summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-29 22:42:58 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-29 22:42:58 +0000
commita93033552b24d80bcefe085979d99d4d7f8004e4 (patch)
treebb35475a21275e84adff53ace3cf4dce2a36a976 /lang/php5
parentupdate to 0.9.11 (diff)
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate.
Notes
Notes: svn path=/head/; revision=110331
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)