diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-06-29 12:15:42 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-06-29 12:15:42 +0800 |
commit | 249cbdddef3de9511e67439674157995431e4922 (patch) | |
tree | 8063336f1c5963bf722aec8a1bc3a6c64d3003da /mail | |
parent | cfc2dc420d3232dc3253bfbc8aea3b2b8fccd425 (diff) | |
download | freebsd-ports-gnome-249cbdddef3de9511e67439674157995431e4922.tar.gz freebsd-ports-gnome-249cbdddef3de9511e67439674157995431e4922.tar.zst freebsd-ports-gnome-249cbdddef3de9511e67439674157995431e4922.zip |
Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index efdd533faff8..6dddaf8806c6 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -16,11 +16,13 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}/source/ MAINTAINER= mikeh@FreeBSD.org BROKEN= "Must manually install ports/devel/autoconf" +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ gdbm.2:${PORTSDIR}/databases/gdbm USE_AUTOMAKE_VER= 15 +USE_AUTOCONF= yes USE_BZIP2= yes USE_GLIB= yes USE_GMAKE= yes @@ -28,6 +30,10 @@ USE_LIBTOOL= yes USE_X_PREFIX= yes USE_XPM= yes +AUTOCONF= autoconf +AUTOHEADER= autoheader +ACLOCAL= aclocal + # XXX: Disable patching for libtool until we can generate the files LIBTOOLFILES= |