diff options
author | obache <obache@pkgsrc.org> | 2007-09-08 08:18:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-08 08:18:36 +0000 |
commit | fc6228ad2531dc906f1c8f7633a083a94318734c (patch) | |
tree | a2024c917b702f9b0e6b859e04ce6fa0faf3cf61 /mail | |
parent | 61c3b4bd72eacfd9027a59951f67b23a22f7d5e8 (diff) | |
download | pkgsrc-fc6228ad2531dc906f1c8f7633a083a94318734c.tar.gz |
No need to use pkg-config since version 1.4.7.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 42d62c2a8e8..0f7cfc13d0e 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/09/08 08:05:22 obache Exp $ +# $NetBSD: Makefile,v 1.18 2007/09/08 08:18:36 obache Exp $ DISTNAME= msmtp-1.4.13 CATEGORIES= mail @@ -10,7 +10,6 @@ HOMEPAGE= http://msmtp.sourceforge.net/ COMMENT= SMTP plugin for MUAs GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |