diff options
author | pav <pav@FreeBSD.org> | 2008-07-23 16:14:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-23 16:14:59 +0800 |
commit | 8d466a964823c1f3be3138149aa47886cf3e9560 (patch) | |
tree | a283410842f4f7362a4dfe7e9f713b5c9a212c84 | |
parent | 023f17991240765d38d7435190f6f59bfb54dbd3 (diff) | |
download | freebsd-ports-graphics-8d466a964823c1f3be3138149aa47886cf3e9560.tar.gz freebsd-ports-graphics-8d466a964823c1f3be3138149aa47886cf3e9560.tar.zst freebsd-ports-graphics-8d466a964823c1f3be3138149aa47886cf3e9560.zip |
- Fix build
Submitted by: delphij
-rw-r--r-- | sysutils/adtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 74a5351f5db..e39d6c43fd2 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -15,7 +15,7 @@ COMMENT= Active Directory administration tool USE_GMAKE= yes USE_OPENLDAP= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-ldap=${LOCALBASE} |