diff options
author | petef <petef@FreeBSD.org> | 2001-10-30 09:49:15 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-30 09:49:15 +0800 |
commit | 6ee8704575c4eb974538ae697785f138f02c29fa (patch) | |
tree | 903667712e6e2e026c5a23f990164efeb3270301 /security | |
parent | 7b7899bb72a58eea61b66d6651785f62de73e2a8 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
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 \ |