diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /multimedia/assimp | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.zst freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'multimedia/assimp')
-rw-r--r-- | multimedia/assimp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 35aff40d23bd..92120d26c7c2 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -17,8 +17,7 @@ LICENSE= BSD LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs USE_ZIP= yes -USES= cmake -USE_PKGCONFIG= build +USES= cmake pkgconfig USE_GCC= 4.6+ # 4.2+ causes compiler warnings USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |