svn commit: r383701 - head/graphics/graphos

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 10 07:26:44 UTC 2015


Author: bapt
Date: Fri Apr 10 07:26:43 2015
New Revision: 383701
URL: https://svnweb.freebsd.org/changeset/ports/383701

Log:
  Convert to USES=gnustep

Modified:
  head/graphics/graphos/Makefile

Modified: head/graphics/graphos/Makefile
==============================================================================
--- head/graphics/graphos/Makefile	Fri Apr 10 07:25:50 2015	(r383700)
+++ head/graphics/graphos/Makefile	Fri Apr 10 07:26:43 2015	(r383701)
@@ -13,10 +13,8 @@ COMMENT=	Vector drawing application cent
 
 LICENSE=	GPLv2
 
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
-USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
+USES=		gnustep
+USE_GNUSTEP=	back build
+USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list