svn commit: r386345 - head/mail/gnumail

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 16:12:45 UTC 2015


Author: amdmi3
Date: Thu May 14 16:12:44 2015
New Revision: 386345
URL: https://svnweb.freebsd.org/changeset/ports/386345

Log:
  - CPE was broken after convertsion to USES=gnustep, fix it
  
  Approved by:	portmgr blanket

Modified:
  head/mail/gnumail/Makefile

Modified: head/mail/gnumail/Makefile
==============================================================================
--- head/mail/gnumail/Makefile	Thu May 14 16:08:35 2015	(r386344)
+++ head/mail/gnumail/Makefile	Thu May 14 16:12:44 2015	(r386345)
@@ -13,10 +13,8 @@ COMMENT=	GNUstep mail client
 
 LICENSE=	GPLv2
 
-USES+=	cpe
+USES=		cpe gnustep
 CPE_VENDOR=	gnu
-
-USES=		gnustep
 USE_GNUSTEP=	back build
 LIB_DEPENDS=	libPantomime.so:${PORTSDIR}/mail/pantomime \
 		libAddresses.so:${PORTSDIR}/mail/addresses


More information about the svn-ports-head mailing list