aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-30 09:49:15 +0800
committerpetef <petef@FreeBSD.org>2001-10-30 09:49:15 +0800
commit6ee8704575c4eb974538ae697785f138f02c29fa (patch)
tree903667712e6e2e026c5a23f990164efeb3270301 /security
parent7b7899bb72a58eea61b66d6651785f62de73e2a8 (diff)
downloadfreebsd-ports-gnome-6ee8704575c4eb974538ae697785f138f02c29fa.tar.gz
freebsd-ports-gnome-6ee8704575c4eb974538ae697785f138f02c29fa.tar.zst
freebsd-ports-gnome-6ee8704575c4eb974538ae697785f138f02c29fa.zip
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile2
-rw-r--r--security/cyrus-sasl2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 6c55ae2e3a57..111d6d841e04 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -36,7 +36,7 @@ MAN8= sasldblistusers.8 saslpasswd.8
USE_AUTOMAKE= YES
USE_LIBTOOL= YES
AUTOHEADER= autoheader
-AUTOMAKE= automake --add-missing --include-deps
+AUTOMAKE_ARGS= --add-missing --include-deps
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-plugindir=${PREFIX}/lib/sasl \
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 6c55ae2e3a57..111d6d841e04 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -36,7 +36,7 @@ MAN8= sasldblistusers.8 saslpasswd.8
USE_AUTOMAKE= YES
USE_LIBTOOL= YES
AUTOHEADER= autoheader
-AUTOMAKE= automake --add-missing --include-deps
+AUTOMAKE_ARGS= --add-missing --include-deps
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-plugindir=${PREFIX}/lib/sasl \