Skip to content

Commit

Permalink
Use --with-x11-prefix, not --x11, to pass X11BASE to configure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcneill committed Sep 26, 2008
1 parent 276332f commit daf1264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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}
Expand Down

0 comments on commit daf1264

Please sign in to comment.