diff options
author | tv <tv@pkgsrc.org> | 2004-10-15 11:59:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-15 11:59:38 +0000 |
commit | 4116e265f7b7f8e25a3bd7ea0512403499d29c66 (patch) | |
tree | 3d058225f1bc98bd5d5633633923fb91bedfc3d1 /mail/balsa | |
parent | 0053da96f2f135e48706bfa44585992cfce8139a (diff) | |
download | pkgsrc-4116e265f7b7f8e25a3bd7ea0512403499d29c66.tar.gz |
libtool/buildlink3.mk (now libltdl/buildlink3.mk) should only be used
if libltdl is needed; otherwise use USE_LIBTOOL.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 7f0d7b5f248..423bd4862c7 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2004/10/03 00:12:52 tv Exp $ +# $NetBSD: Makefile,v 1.49 2004/10/15 11:59:38 tv Exp $ # DISTNAME= balsa-1.4.3 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --enable-pcre CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} .include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/libtool/buildlink3.mk" .include "../../devel/libproplist/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" |