summaryrefslogtreecommitdiff
path: root/devel/swig13
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-06-04 08:47:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-06-04 08:47:08 +0000
commit8b05fbf70500445ba9b0fc82150b990f98162eb4 (patch)
treec67a08a398c8ae9a8c9314b8b7f572f4b400e90e /devel/swig13
parentUpgrade to 2.2.3 base (diff)
[Fix Port] devel/swig13
Fix dependencies for new PHP 4.3.2. PR: ports/52805 Sumitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=82242
Diffstat (limited to 'devel/swig13')
-rw-r--r--devel/swig13/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 9b86061fdc84..0f43403be4b5 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -38,9 +38,7 @@ PLIST_SUB+= WANT_SWIG_PERL=""
PLIST_SUB+= WANT_SWIG_PERL="@comment "
.endif
.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}/www/mod_php4
+BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4
PLIST_SUB+= WANT_SWIG_PHP4=""
.else
PLIST_SUB+= WANT_SWIG_PHP4="@comment "