diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-11 05:55:24 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-11 05:55:24 +0000 |
commit | 50141ce9e410b18c79432b0635ff8a97ab75e1bb (patch) | |
tree | cb46fe737d560d7990c7b0a2c915c0e964cb79b5 | |
parent | 174e88e40dab7825fb8cbf44b1b3a8d1a008e3dc (diff) | |
download | pkgsrc-50141ce9e410b18c79432b0635ff8a97ab75e1bb.tar.gz |
Add USE_X11BASE so the package list lines up correctly with the install
-rw-r--r-- | mail/balsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 1c06a75570c..f9b9fef210a 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/02/01 17:02:18 mjl Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/11 05:55:24 jmc Exp $ # DISTNAME= balsa-1.2.4 @@ -21,6 +21,7 @@ DEPENDS+= libiconv-*:../../converters/libiconv GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_X11BASE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ --enable-pcre --disable-threads |