diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 1fd296c82ccd899c51c7ff224fdca0091c73cf59 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /graphics/gd | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/options.mk | 4 |
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 |