diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 13:27:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 13:27:46 +0000 |
commit | 881f8f49bb7864b365a83b5c74df8ba9836b1150 (patch) | |
tree | 095c8a44bb4334889aecba8919142797080bf353 /devel/autogen/Makefile | |
parent | 48e849428e84e2ab593c9372164f13bbbacf3a29 (diff) | |
download | ports-881f8f49bb7864b365a83b5c74df8ba9836b1150.tar.gz ports-881f8f49bb7864b365a83b5c74df8ba9836b1150.zip |
USES=tar:bzip2
Notes
Notes:
svn path=/head/; revision=350945
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r-- | devel/autogen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index a4f88e5538e8..0c0a1048b46c 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -15,8 +15,7 @@ COMMENT= The Automated Program Generator BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile -USES= gmake pathfix shebangfix -USE_BZIP2= yes +USES= gmake pathfix shebangfix tar:bzip2 USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes --datadir=${PREFIX}/share |