summaryrefslogtreecommitdiff
path: root/lang/php4/Makefile
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/php4/Makefile
parentupdate to 0.9.11 (diff)
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate.
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 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)