diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-29 04:15:42 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-29 04:15:42 +0000 |
commit | c774cb861fc54e9714dd49a8e50562d74bbd8c68 (patch) | |
tree | d9651e8362cdb01475a877f86f9508785b7fff20 /mail | |
parent | Update to 0.7.2 to track M$'s changed to Hotmail. (diff) |
Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.
Notes
Notes:
svn path=/head/; revision=62163
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= |