diff options
author | reg <reg@FreeBSD.org> | 2000-02-21 07:10:26 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-02-21 07:10:26 +0000 |
commit | 6d831872a077998d9a288f324811c247c0126fa1 (patch) | |
tree | 65a39a197d90fdc8ceff16bf0bf26d745347419e /misc/amanda32-client/Makefile | |
parent | bb883a9a6452222162cffbc756f3197d8dbf1cae (diff) | |
download | FreeBSD-ports-6d831872a077998d9a288f324811c247c0126fa1.zip FreeBSD-ports-6d831872a077998d9a288f324811c247c0126fa1.tar.gz |
Fix building on -current by using USE_LIBTOOL.
No response by: maintainer
Diffstat (limited to 'misc/amanda32-client/Makefile')
-rw-r--r-- | misc/amanda32-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 6e13009..569081f 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ --with-dump-honor-nodump \ |