Re: ports/53579: [Maintainer Update] x11-toolkits/php-gtk: Fix build dependency

[ Available lists | Index of freebsd-ports-bugs | Month of Jun 2003 | Week of 21 Jun 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alex Kiesel <kiesel@schlund.de>
Date
21 Jun 2003 06:06:57
Subject
Re: ports/53579: [Maintainer Update] x11-toolkits/php-gtk: Fix build dependency
Message-ID
20030621130655.GA81406@schlund.de

References to

[ Hide this part ]
This patch does better, it obsoletes the previous one:

--- phpgtk.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/php-gtk/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 17 Jun 2003 16:19:04 -0000 1.4
+++ Makefile 21 Jun 2003 13:05:11 -0000
@@ -21,7 +21,8 @@
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
--- phpgtk.diff ends here ---


Elapsed time: 0.071 seconds