diff options
author | tron <tron@pkgsrc.org> | 2001-12-20 09:48:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-20 09:48:03 +0000 |
commit | 8abb7ce4fa202ff4a868cb73aab23405d6580e17 (patch) | |
tree | c671fadba3cddad830af1cdc17117028c7855de3 /mail | |
parent | 223e96ce639d82571a509d217e7612ee64f14c5c (diff) | |
download | pkgsrc-8abb7ce4fa202ff4a868cb73aab23405d6580e17.tar.gz |
Because "X11BASE" and "LOCALBASE" are used in the patch configure script
we need to add them to "CONFIGURE_ENV".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 437c0e18900..3f4d383d331 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/27 14:35:10 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/12/20 09:48:03 tron Exp $ DISTNAME= xfmail-1.4.7 CATEGORIES= mail x11 @@ -20,6 +20,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} USE_X11BASE= YES GNU_CONFIGURE= YES +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} pre-configure: cd ${WRKSRC} && ( ${LN} -sf config/configure.in . && ${LN} -sf config/acconfig.h . ) |