summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-09-26 22:52:17 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-09-26 22:52:17 +0000
commit2a36bdab63b1a9cca401ce6c2de247b61e610a98 (patch)
tree26d139f56ca085246e9e013428b3ea9bbf23eec1 /www/nspluginwrapper
parent6b7f46a001c53a495f9bc34f8e27bd9ad466ae3f (diff)
downloadpkgsrc-2a36bdab63b1a9cca401ce6c2de247b61e610a98.tar.gz
Use --with-x11-prefix, not --x11, to pass X11BASE to configure script.
From cube-native-xorg branch.
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r--www/nspluginwrapper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile
index 198c68ecc04..828305c298e 100644
--- a/www/nspluginwrapper/Makefile
+++ b/www/nspluginwrapper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/07/05 22:27:51 abs Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/26 22:52:17 jmcneill Exp $
#
DISTNAME= nspluginwrapper-1.0.0
@@ -18,7 +18,8 @@ NOT_FOR_PLATFORM= Linux-*-*
HAS_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
-CONFIGURE_ARGS+= --prefix=${PREFIX} --x11=${X11BASE}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --with-x11-prefix=${X11BASE}
PLUGIN_SUBDIR= lib/nspluginwrapper/i386/linux
PLUGIN_INSTDIR= ${PREFIX}/${PLUGIN_SUBDIR}