diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-21 07:10:26 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-21 07:10:26 +0000 |
commit | bb9761182978f2a980a2957a0907f5011cc24190 (patch) | |
tree | 20ec937d519f5d80ceccb6f00ba34e144a186309 /misc/amanda32-client/Makefile | |
parent | 95f52eef24ed8ba7038ccf3fba3ac8864322265f (diff) | |
download | ports-bb9761182978f2a980a2957a0907f5011cc24190.tar.gz ports-bb9761182978f2a980a2957a0907f5011cc24190.zip |
Notes
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 6e1300980e68..569081f5f07b 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 \ |