diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 06:11:21 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 06:11:21 +0800 |
commit | 0035d3c340a391fe29529de196c1e6d6c5e69a83 (patch) | |
tree | 29697bae5f97d63d9154fba8715c5ce161f835b6 /devel/swig13 | |
parent | cdad668b612018250ea5a4897f7f4c173b244076 (diff) | |
download | freebsd-ports-graphics-0035d3c340a391fe29529de196c1e6d6c5e69a83.tar.gz freebsd-ports-graphics-0035d3c340a391fe29529de196c1e6d6c5e69a83.tar.zst freebsd-ports-graphics-0035d3c340a391fe29529de196c1e6d6c5e69a83.zip |
${LOCALBASE}/bin/php lives in www/mod_php4, now.
Reminded by: kris
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index d0085ff797c..523541099e8 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -38,7 +38,7 @@ PLIST_SUB+= WANT_SWIG_PERL="@comment " .if defined(WANT_SWIG_PHP4) # We need both mod_php4 and php4 BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ - php:${PORTSDIR}/lang/php4 + php:${PORTSDIR}/www/mod_php4 PLIST_SUB+= WANT_SWIG_PHP4="" .else PLIST_SUB+= WANT_SWIG_PHP4="@comment " |