diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-22 23:02:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-22 23:02:18 +0800 |
commit | d9bf6276499ee56fe563cdd05578f4b78740b8f4 (patch) | |
tree | 9a4201b09abcb765302d27cd4454abf6cb7a3188 /devel/clanlib1 | |
parent | 228ee228b42f7125de0ab7fa9181e6e0cda9e54a (diff) | |
download | freebsd-ports-gnome-d9bf6276499ee56fe563cdd05578f4b78740b8f4.tar.gz freebsd-ports-gnome-d9bf6276499ee56fe563cdd05578f4b78740b8f4.tar.zst freebsd-ports-gnome-d9bf6276499ee56fe563cdd05578f4b78740b8f4.zip |
Drop useless dependency on gmake (bmake build those fine)
Diffstat (limited to 'devel/clanlib1')
-rw-r--r-- | devel/clanlib1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index 093b008c5de4..6f5702301bd6 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis -USES= alias gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= alias jpeg libtool pathfix pkgconfig tar:tgz USE_XORG= x11 xi USE_LDCONFIG= yes USE_SDL= gfx |