summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorjoerg <joerg>2015-07-04 16:18:28 +0000
committerjoerg <joerg>2015-07-04 16:18:28 +0000
commit8960dd2c9e9e038c02b51ae70366143a898cfbf8 (patch)
treed8a48c8d2848b617581f63aeec6454f4736400cd /graphics/gd
parent2c5fdae53d07cdfa1ea603c2f1a3e31a5bc97703 (diff)
downloadpkgsrc-8960dd2c9e9e038c02b51ae70366143a898cfbf8.tar.gz
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/options.mk b/graphics/gd/options.mk
index 24c566f71fd..063b162b2b8 100644
--- a/graphics/gd/options.mk
+++ b/graphics/gd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/12/09 11:42:10 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/07/04 16:18:35 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gd
PKG_SUPPORTED_OPTIONS= libvpx x11
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= libvpx
.if !empty(PKG_OPTIONS:Mx11)
.include "../../x11/libXpm/buildlink3.mk"
-CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
+CONFIGURE_ENV+= X11BASE=${X11BASE}
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.libXpm}
.else
CONFIGURE_ARGS+= --without-xpm