diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-22 19:55:24 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-22 19:55:24 +0000 |
commit | d8311f82efec9a0da3f2bbb4c22326d86ee333c5 (patch) | |
tree | 1a27437593011ce1483815a08ba969ba854d43ff /lang/php4/Makefile | |
parent | Use USE_OPENLDAP instead of USE_OPENLDAP_VER. (diff) |
Fix Xpm path.
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 2 |
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 |