From 8960dd2c9e9e038c02b51ae70366143a898cfbf8 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 4 Jul 2015 16:18:28 +0000 Subject: Remove USE_X11BASE and X11PREFIX. --- graphics/gd/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/gd') 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 -- cgit v1.2.3