diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
commit | 50179d15670aa6b75dfa5fa9f59ee1ea0492b31d (patch) | |
tree | cbb2bb5845d1a05660a0b1b05a9d0ced2987a82a /x11-toolkits/gnustep-gui/Makefile | |
parent | 5301793045be4cb5eff06ae7364ea01dddc056c5 (diff) |
- clean X11BASE
Notes
Notes:
svn path=/head/; revision=210160
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
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 |