summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-03-30 09:36:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-03-30 09:36:46 +0000
commit50179d15670aa6b75dfa5fa9f59ee1ea0492b31d (patch)
treecbb2bb5845d1a05660a0b1b05a9d0ced2987a82a /x11-toolkits/gnustep-gui
parentDocument mozilla multiple vulnerabilities. (diff)
- clean X11BASE
Notes
Notes: svn path=/head/; revision=210160
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index e72fd5cf9e3f..1f24059f1bc7 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-x
-CONFIGURE_ARGS+= --with-x-include=${X11BASE}/include
-CONFIGURE_ARGS+= --with-x-include=${X11BASE}/lib
+CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_CONFIGURE= yes