diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 21:58:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 21:58:05 +0000 |
commit | e67794793643e356d69fec9e3146a8b9bff8d064 (patch) | |
tree | 0e552ff4effaad9046940c064d116279252b6562 /lang/php4 | |
parent | 635b3bb781f1e87153c8a9fab6994c5a7ae38580 (diff) | |
download | ports-e67794793643e356d69fec9e3146a8b9bff8d064.tar.gz ports-e67794793643e356d69fec9e3146a8b9bff8d064.zip |
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile.ext | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 8a7000d08167..ca74031fa479 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -201,12 +201,6 @@ LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif -.if ${PHP_MODNAME} == "ming" -LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming - -CONFIGURE_ARGS+=--with-ming=${LOCALBASE} -.endif - .if ${PHP_MODNAME} == "mnogosearch" LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch31 |