aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-03-23 03:55:24 +0800
committerale <ale@FreeBSD.org>2004-03-23 03:55:24 +0800
commitb9a7b6d1f932a4a041705316d0d61315e8e5a6e7 (patch)
tree56d42c1a02a525572d520e92d59fece66fde2c2c /lang/php5
parentf862b86a2c69b46eff9fb2c212a6f89ab70b3565 (diff)
downloadfreebsd-ports-gnome-b9a7b6d1f932a4a041705316d0d61315e8e5a6e7.tar.gz
freebsd-ports-gnome-b9a7b6d1f932a4a041705316d0d61315e8e5a6e7.tar.zst
freebsd-ports-gnome-b9a7b6d1f932a4a041705316d0d61315e8e5a6e7.zip
Fix Xpm path.
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
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 3c24d96a3640..18199d79dc12 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -304,7 +304,7 @@ CONFIGURE_ARGS+=--with-gd \
--with-png-dir=${LOCALBASE}
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries
-CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
+CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE}
.endif
.if defined(WITH_LZW)
CONFIGURE_ARGS+=--enable-gd-lzw-gif