diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 05:46:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 05:46:46 +0000 |
commit | b2098d5c425699b0412ac2e4c7df334f7e74a61c (patch) | |
tree | c0d6006c4a7d1b72deacb1d0abc1b5fdd08cae8e /comms | |
parent | 41aa63fa0bee5444822b549f9b5edeaf3923f0a0 (diff) |
Add an explicit dependency on pkgconfig
Convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=325938
Diffstat (limited to 'comms')
-rw-r--r-- | comms/usrp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index bd65f2b5cc79..ac48447d9def 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/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 |