diff options
author | reg <reg@FreeBSD.org> | 2000-02-21 15:10:26 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-02-21 15:10:26 +0800 |
commit | 6d831872a077998d9a288f324811c247c0126fa1 (patch) | |
tree | 65a39a197d90fdc8ceff16bf0bf26d745347419e /misc/amanda32-server/Makefile | |
parent | bb883a9a6452222162cffbc756f3197d8dbf1cae (diff) | |
download | freebsd-ports-gnome-6d831872a077998d9a288f324811c247c0126fa1.tar.gz freebsd-ports-gnome-6d831872a077998d9a288f324811c247c0126fa1.tar.zst freebsd-ports-gnome-6d831872a077998d9a288f324811c247c0126fa1.zip |
Fix building on -current by using USE_LIBTOOL.
No response by: maintainer
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r-- | misc/amanda32-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 6e1300980e68..569081f5f07b 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/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 \ |