diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 9a4685f9e5165230c3cfc1bdb635220a0532f2f8 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /mail/libspf-alt | |
parent | 744d4cb634e9b60988949deadb6d80ef58d283a7 (diff) | |
download | pkgsrc-9a4685f9e5165230c3cfc1bdb635220a0532f2f8.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'mail/libspf-alt')
-rw-r--r-- | mail/libspf-alt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/libspf-alt/Makefile b/mail/libspf-alt/Makefile index 73a228ca64f..a5644652855 100644 --- a/mail/libspf-alt/Makefile +++ b/mail/libspf-alt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/08 12:19:15 asau Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 14:22:40 rodent Exp $ DISTNAME= libspf_alt-0.4.0 PKGREVISION= 5 @@ -9,8 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libspf2.org/ COMMENT= Sender Permitted Framework (SPF) library -GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-bind=${BUILDLINK_PREFIX.libbind} +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS+= --with-bind=${BUILDLINK_PREFIX.libbind} CONFLICTS+= libspf2-[0-9]* CONFLICTS+= p5-Mail-SPF-[0-9]* |