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/php5 | |
parent | ec353c081d48243baecb53bcca5752598d1a0440 (diff) |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ee6cec5d54aa..037c5e2ea89f 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -297,7 +297,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) |