aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-30 06:42:58 +0800
committeranholt <anholt@FreeBSD.org>2004-05-30 06:42:58 +0800
commitc0637b4011c8faa0ddc455b75cf3af877db02568 (patch)
treebce9c4030373213c892149fd0db5d1e813266120 /lang/php5
parenteafceb8d4a97a7feec38908b3b21e97d952f45be (diff)
downloadfreebsd-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/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
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)