diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-23 13:10:55 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-23 13:10:55 +0000 |
commit | f47edd409cd56253da7222715d7420c9b1f2aa2d (patch) | |
tree | f6c3177a071a558aaddfc900c8725ba51d0eef25 /x11-toolkits | |
parent | Add gif and animated-gif write support to GD extension. (diff) |
x11-toolkits/php-gtk: Fix build dependency
PR: 53579
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=83484
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index f88a1acd49b3..320f6841fd3b 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ automake14:${PORTSDIR}/devel/automake14 \ autoconf:${PORTSDIR}/devel/autoconf \ autoconf213:${PORTSDIR}/devel/autoconf213 \ - phpize:${PORTSDIR}/lang/php4-cli + phpize:${PORTSDIR}/lang/php4-cli \ + php:${PORTSDIR}/lang/php4-cli RUN_DEPENDS= php:${PORTSDIR}/lang/php4-cli # Don't call autoconf directly, ./buildconf does this diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index f88a1acd49b3..320f6841fd3b 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ automake14:${PORTSDIR}/devel/automake14 \ autoconf:${PORTSDIR}/devel/autoconf \ autoconf213:${PORTSDIR}/devel/autoconf213 \ - phpize:${PORTSDIR}/lang/php4-cli + phpize:${PORTSDIR}/lang/php4-cli \ + php:${PORTSDIR}/lang/php4-cli RUN_DEPENDS= php:${PORTSDIR}/lang/php4-cli # Don't call autoconf directly, ./buildconf does this |