diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-23 13:10:55 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-23 13:10:55 +0000 |
commit | 8f95a59158e490842359eb108032265892adec6d (patch) | |
tree | de9b574f1230552ce49fda885433cf46a5cfd059 /x11-toolkits | |
parent | b827e63044981e4f78bcf38b5426fe7308afa06d (diff) | |
download | FreeBSD-ports-8f95a59158e490842359eb108032265892adec6d.zip FreeBSD-ports-8f95a59158e490842359eb108032265892adec6d.tar.gz |
x11-toolkits/php-gtk: Fix build dependency
PR: 53579
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
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 f88a1ac..320f684 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 f88a1ac..320f684 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 |