diff options
author | hira <hira@pkgsrc.org> | 2007-03-23 08:24:37 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-03-23 08:24:37 +0000 |
commit | 7e745f4076815ce2b1e44f8bb890d7878b2f5d9f (patch) | |
tree | 5c947464d7b838ce86e875570012103131c5b837 /www | |
parent | 8aefdf55caa31909e62b7e8c25e245a280f0b0ce (diff) | |
download | pkgsrc-7e745f4076815ce2b1e44f8bb890d7878b2f5d9f.tar.gz |
USE_TOOLS+=pkg-config.
Diffstat (limited to 'www')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index aedc04d8391..0966f080634 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/22 22:33:45 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/23 08:24:37 hira Exp $ # DISTNAME= nspluginwrapper-0.9.91.3 @@ -13,7 +13,7 @@ COMMENT= Use Netscape compatible plugins from other platforms HAS_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --prefix=${PREFIX} --x11=${X11BASE} RPMFILE= ${DISTNAME:S:-:-i386-:}-1.x86_64.rpm |