diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-11-23 12:39:31 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-11-23 12:39:31 +0800 |
commit | f5ebe1acb8184c7ae9dbe8000ae586bfbe0e27d3 (patch) | |
tree | 989554bdea50cd3bd8933052409d7e571c992c89 /security/cyrus-sasl2 | |
parent | fe729f9f4645ad932464339b3f0cc8cf511fae3b (diff) | |
download | freebsd-ports-gnome-f5ebe1acb8184c7ae9dbe8000ae586bfbe0e27d3.tar.gz freebsd-ports-gnome-f5ebe1acb8184c7ae9dbe8000ae586bfbe0e27d3.tar.zst freebsd-ports-gnome-f5ebe1acb8184c7ae9dbe8000ae586bfbe0e27d3.zip |
Fix automake build problem
PR: 32026
Submitted by: maintainer
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 111d6d841e04..170a2b96c69f 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -35,7 +35,6 @@ MAN8= sasldblistusers.8 saslpasswd.8 USE_AUTOMAKE= YES USE_LIBTOOL= YES -AUTOHEADER= autoheader AUTOMAKE_ARGS= --add-missing --include-deps CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |