diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-30 06:42:58 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-30 06:42:58 +0800 |
commit | c0637b4011c8faa0ddc455b75cf3af877db02568 (patch) | |
tree | bce9c4030373213c892149fd0db5d1e813266120 /lang | |
parent | eafceb8d4a97a7feec38908b3b21e97d952f45be (diff) | |
download | freebsd-ports-gnome-c0637b4011c8faa0ddc455b75cf3af877db02568.tar.gz freebsd-ports-gnome-c0637b4011c8faa0ddc455b75cf3af877db02568.tar.zst freebsd-ports-gnome-c0637b4011c8faa0ddc455b75cf3af877db02568.zip |
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 5e7ba24a4227..a94ea55f8d5d 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -310,7 +310,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ee6cec5d54aa..037c5e2ea89f 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) diff --git a/lang/php53/Makefile b/lang/php53/Makefile index ee6cec5d54aa..037c5e2ea89f 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries +USE_XPM= yes CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) |