aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-03-23 03:55:24 +0800
committerAlex Dupre <ale@FreeBSD.org>2004-03-23 03:55:24 +0800
commitd8311f82efec9a0da3f2bbb4c22326d86ee333c5 (patch)
tree1a27437593011ce1483815a08ba969ba854d43ff /lang/php4
parentbcb9092cfda440bab946fbf17464e118dd883b91 (diff)
downloadfreebsd-ports-gnome-d8311f82efec9a0da3f2bbb4c22326d86ee333c5.tar.gz
freebsd-ports-gnome-d8311f82efec9a0da3f2bbb4c22326d86ee333c5.tar.zst
freebsd-ports-gnome-d8311f82efec9a0da3f2bbb4c22326d86ee333c5.zip
Fix Xpm path.
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index fc8807e1dc9b..cdc3bfd73919 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -312,7 +312,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