diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 18:15:52 +0800 |
commit | be57a80f4f46624a7a3582442f52c754563b9b72 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /net-im | |
parent | e90f1a0751be839afc18fb5b8cc4c54deab0552a (diff) | |
download | freebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.tar.gz freebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.tar.zst freebsd-ports-gnome-be57a80f4f46624a7a3582442f52c754563b9b72.zip |
Convert USE_BZIP2=yes to USES=tar:bzip2
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index e0ab4fece785..c27c7c9c1a3d 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig -USE_BZIP2= yes +USES= gettext gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin |