diff options
author | cy <cy@FreeBSD.org> | 2018-01-13 16:12:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-01-13 16:12:21 +0800 |
commit | 079378b7a81143baa53573711ffa85bfa87a30ca (patch) | |
tree | e99a094bedacb2c9798942bad77405181182b000 /sysutils/am-utils | |
parent | 5a808b9e84a63833e5ef32dfc28b57dcab75fe05 (diff) | |
download | freebsd-ports-gnome-079378b7a81143baa53573711ffa85bfa87a30ca.tar.gz freebsd-ports-gnome-079378b7a81143baa53573711ffa85bfa87a30ca.tar.zst freebsd-ports-gnome-079378b7a81143baa53573711ffa85bfa87a30ca.zip |
Forgot to git commit this USE=autoreconf prior to git svn dcommit
of the pair. The previous commit was the original submitted in
PR/207687 and this is my correction to the submitted patch.
Diffstat (limited to 'sysutils/am-utils')
-rw-r--r-- | sysutils/am-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 89c700549601..4a1d9fe85d3a 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -20,8 +20,7 @@ OPTIONS_DEFINE= OPENLDAP DOCS OPTIONS_DEFAULT=OPENLDAP OPENLDAP_DESC= OpenLDAP support -USES= bison libtool makeinfo perl5 -USE_AUTOTOOLS= autoconf +USES= autoreconf bison libtool makeinfo perl5 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes |