svn commit: r383699 - head/devel/cherivis-devel

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


Author: bapt
Date: Fri Apr 10 07:25:08 2015
New Revision: 383699
URL: https://svnweb.freebsd.org/changeset/ports/383699

Log:
  Convert to USES=gnustep

Modified:
  head/devel/cherivis-devel/Makefile

Modified: head/devel/cherivis-devel/Makefile
==============================================================================
--- head/devel/cherivis-devel/Makefile	Fri Apr 10 07:22:04 2015	(r383698)
+++ head/devel/cherivis-devel/Makefile	Fri Apr 10 07:25:08 2015	(r383699)
@@ -10,6 +10,7 @@ COMMENT=	Visualisation tool for CHERI / 
 
 LICENSE=	MIT
 
+USES=		gnustep
 USE_GITHUB=	yes
 GH_ACCOUNT=	CTSRD-CHERI
 GH_PROJECT=	CheriVis
@@ -21,10 +22,7 @@ BUILD_DEPENDS+=	llvm-config${LLVM_VERSIO
 LIB_DEPENDS+=	libdispatch.so:${PORTSDIR}/devel/libdispatch
 
 MAKE_FLAGS+=		LLVM_CONFIG=llvm-config${LLVM_VERSION}
-USE_GNUSTEP=		yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
-USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
+USE_GNUSTEP=		back build
+USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list