From d8311f82efec9a0da3f2bbb4c22326d86ee333c5 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 22 Mar 2004 19:55:24 +0000 Subject: Fix Xpm path. Submitted by: Dominic Marks --- lang/php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php5') 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 -- cgit v1.2.3