diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
commit | e225805136d780a78c9a0d9f77ebaa7dea7f15fc (patch) | |
tree | 88f4c69208b6ef82dfd505015e3bd5a76dead9c9 /mail/balsa | |
parent | 0138cbfe45c7fd9314f0bfdaaf570985823b3cb7 (diff) | |
download | pkgsrc-e225805136d780a78c9a0d9f77ebaa7dea7f15fc.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 005f5c87854..4de9be8086f 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/10/29 07:56:21 elric Exp $ +# $NetBSD: Makefile,v 1.26 2002/12/01 15:37:58 salo Exp $ # DISTNAME= balsa-1.4.0 @@ -15,11 +15,11 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11BASE= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ --enable-pcre -CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} |