diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
commit | a93033552b24d80bcefe085979d99d4d7f8004e4 (patch) | |
tree | bb35475a21275e84adff53ace3cf4dce2a36a976 /lang/php4 | |
parent | ec353c081d48243baecb53bcca5752598d1a0440 (diff) | |
download | ports-a93033552b24d80bcefe085979d99d4d7f8004e4.tar.gz ports-a93033552b24d80bcefe085979d99d4d7f8004e4.zip |
Notes
Diffstat (limited to 'lang/php4')
-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 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) |