svn commit: r325938 - head/comms/usrp

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 05:46:47 UTC 2013


Author: bapt
Date: Mon Sep  2 05:46:46 2013
New Revision: 325938
URL: http://svnweb.freebsd.org/changeset/ports/325938

Log:
  Add an explicit dependency on pkgconfig
  Convert USE_GMAKE to USES=gmake

Modified:
  head/comms/usrp/Makefile

Modified: head/comms/usrp/Makefile
==============================================================================
--- head/comms/usrp/Makefile	Mon Sep  2 05:41:50 2013	(r325937)
+++ head/comms/usrp/Makefile	Mon Sep  2 05:46:46 2013	(r325938)
@@ -19,8 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		sdcc:${PORTSDIR}/lang/sdcc
 
 USE_DOS2UNIX=		yes
-USES=			cmake:outsource
-USE_GMAKE=		yes
+USES=			cmake:outsource gmake pkgconfig
 USE_LDCONFIG=		yes
 CMAKE_SOURCE_PATH=	${WRKSRC}/host
 


More information about the svn-ports-all mailing list