diff options
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 36d05113c4ec..b1836720a42e 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -96,7 +96,7 @@ CONFIGURE_ARGS+=--with-gd \ --with-png-dir=${LOCALBASE} \ --with-zlib-dir=/usr . if !defined(WITHOUT_X11) -CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} +CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE} . endif OPTIONS= T1LIB "Include T1lib support" on \ |