diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-09 06:21:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-09 06:21:42 +0000 |
commit | 0e84446b05fed6d8c290eee8f2641e29b972629d (patch) | |
tree | 4b05d4633de4881631bde885b3a5c94c3e7aaa73 /mail/freepops | |
parent | 0f9c1f884613dfc8466dc88c5587ee72f17467e2 (diff) | |
download | pkgsrc-0e84446b05fed6d8c290eee8f2641e29b972629d.tar.gz |
Uses pkg-config.
Diffstat (limited to 'mail/freepops')
-rw-r--r-- | mail/freepops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index ea6957179a3..71652dfa9c6 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/01/14 07:44:34 obache Exp $ +# $NetBSD: Makefile,v 1.17 2012/06/09 06:21:42 dholland Exp $ # DISTNAME= freepops-0.2.8 @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" USE_LANGUAGES= c c++ -USE_TOOLS+= bash:run bison gmake patch tar +USE_TOOLS+= bash:run bison gmake patch pkg-config tar .if ${OPSYS} != "NetBSD" USE_TOOLS+= gsed .endif |