summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-09-26 22:48:13 +0000
committerjmcneill <jmcneill>2008-09-26 22:48:13 +0000
commitf1de7196531387cfa10588fb62d0c8966b4bc017 (patch)
treebfc5e3f69e29dbdceac9edefa8f40ab035fae23f
parent4805bae1a089d84484f935be7717f4c3db1c15f6 (diff)
downloadpkgsrc-f1de7196531387cfa10588fb62d0c8966b4bc017.tar.gz
Use --with-x11-prefix, not --x11, to pass X11BASE to configure script.
-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..4d3fdd7e0b5 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.8.6.1 2008/09/26 22:48:13 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}