diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-01-21 19:49:44 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-01-21 19:49:44 +0000 |
commit | 24028e6fea753ac41a3e27414f37ea638347698c (patch) | |
tree | 7b64ec3df3185b62c8f61ef65872957a5a44cb11 /mail/xfmail | |
parent | o Update to 0.7.5 (diff) |
Partial fix for automake/autoconf breakage.
Notes
Notes:
svn path=/head/; revision=53483
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index b6758b5bf5c9..a822edd94cbe 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -18,7 +18,7 @@ MAINTAINER= mikeh@FreeBSD.org LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ gdbm.2:${PORTSDIR}/databases/gdbm -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 15 USE_BZIP2= yes USE_GLIB= yes USE_GMAKE= yes |