diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
commit | 29695acf617eada1fa621743bde6d27229a8235c (patch) | |
tree | 6f41629b39837b538f2bb10d640385a06d50ff50 /x11-toolkits | |
parent | c9bad984c6b0d07b0b31454d0fb4bfbc21b6ee14 (diff) | |
download | freebsd-ports-gnome-29695acf617eada1fa621743bde6d27229a8235c.tar.gz freebsd-ports-gnome-29695acf617eada1fa621743bde6d27229a8235c.tar.zst freebsd-ports-gnome-29695acf617eada1fa621743bde6d27229a8235c.zip |
- clean X11BASE
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 96efec986deb..392b30e1349d 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -37,7 +37,7 @@ USE_XORG= xft xrender xmu xext x11 USE_FREETYPE= yes RESTRICTED= GPL3 -MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include" +MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${LOCALBASE}/include" BACKVERSION= ${PORTVERSION:C/([0-9])*[.]([0-9]*).*/\1\2/1} BREAKS_IF_PEDANTIC= yes @@ -51,8 +51,8 @@ PLIST_SUB+= BACK=xdps-${BACKVERSION} PLIST_SUB+= USE_XLIB="@comment " BACK_SUFFIX?= -xdps CONFLICTS?= gunstep-back-0.* gunstep-back-art-0.* gunstep-back-cairo-0.* -ADDITIONAL_INCLUDE_DIRS+= -I${X11BASE}/include -ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib +ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include +ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib .elif defined(WITH_GNUSTEP_LIBART) LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl CONFIGURE_ARGS+= --enable-graphics=art --with-name=art 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 diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 673fa8e24eb3..efd229367af6 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-maintainer-mode -CFLAGS+= -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include MAN1 = lesstif.1 ltversion.1 mwm.1 uil.1 xmbind.1 |