diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/clanlib | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) |
Convert devel to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316333
Diffstat (limited to 'devel/clanlib')
-rw-r--r-- | devel/clanlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index e4eac76a6196..b1a9dbf2abcb 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -26,10 +26,9 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ USE_GMAKE= yes USE_GCC= 4.6+ USE_XORG= x11 -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes -USE_PKGCONFIG= yes USE_SQLITE= yes MAKE_JOBS_SAFE= yes |