diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 03:30:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 03:30:21 +0000 |
commit | 29186515da6085ae3d37f833866be2bcf18aed0f (patch) | |
tree | ef987513efc11d3238361e7f713e5c8b9b5c1357 /security/cyrus-sasl2 | |
parent | 375cf01b19e955d356d1f0cdaabb061ccef0669d (diff) | |
download | ports-29186515da6085ae3d37f833866be2bcf18aed0f.tar.gz ports-29186515da6085ae3d37f833866be2bcf18aed0f.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index d4119f886402..1eab6560b7fd 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -32,7 +32,7 @@ MAN3= sasl.3 sasl_authorize_t.3 sasl_callbacks.3 sasl_checkpass.3 \ sasl_setprop.3 sasl_usererr.3 MAN8= sasldblistusers.8 saslpasswd.8 -USE_AUTOMAKE= YES +USE_AUTOMAKE_VER=14 USE_LIBTOOL= YES AUTOMAKE_ARGS= --add-missing --include-deps |