1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

[Fix Port] devel/swig13

Fix dependencies for new PHP 4.3.2.

PR:		ports/52805
Sumitted by:	Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
Edwin Groothuis 2003-06-04 08:47:08 +00:00
parent 4f181954f9
commit 8b05fbf705
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82242
2 changed files with 2 additions and 6 deletions

View File

@ -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 "

View File

@ -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 "