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/php-gtk | |
parent | e7a14dfeeffdc48f79ed36095facebb28213de6e (diff) | |
download | ports-f47edd409cd56253da7222715d7420c9b1f2aa2d.tar.gz ports-f47edd409cd56253da7222715d7420c9b1f2aa2d.zip |
Notes
Diffstat (limited to 'x11-toolkits/php-gtk')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |