svn commit: r323526 - head/mail/qmailadmin
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jul 23 10:46:41 UTC 2013
Author: bdrewery
Date: Tue Jul 23 10:46:40 2013
New Revision: 323526
URL: http://svnweb.freebsd.org/changeset/ports/323526
Log:
- The build script is looking for aclocal/automake/autoconf and failing
if 1.1.4 is found. Add them as in dependencies and add --add-missing.
Reported by: Alexander B. Zubkov
Modified:
head/mail/qmailadmin/Makefile
Modified: head/mail/qmailadmin/Makefile
==============================================================================
--- head/mail/qmailadmin/Makefile Tue Jul 23 10:32:22 2013 (r323525)
+++ head/mail/qmailadmin/Makefile Tue Jul 23 10:46:40 2013 (r323526)
@@ -33,6 +33,9 @@ PATCH_DIST_STRIP+= -p1
PORTSCOUT= ignore:1
+USE_AUTOTOOLS= automake aclocal autoconf
+AUTOMAKE_ARGS+= --add-missing
+
OPTIONS_DEFINE= IPAUTH USER_INDEX MODIFY_QUOTA DOMAIN_AUTOFILL \
IDX IDX_SQL HELP SPAM_DETECTION SPAM_NEEDS_EMAIL \
CATCHALL TRIVIAL_PASSWORD NOCACHE
More information about the svn-ports-head
mailing list