From b2fd75e43812932b61dab72c80fedba5f9715b82 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 26 Jun 2003 22:58:32 +0000 Subject: libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) --- x11-toolkits/php-gtk2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-toolkits/php-gtk2') diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 320f6841fd3b..12b53f9954cf 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= php-gtk PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://gtk.php.net/distributions/ \ http://document-root.de/mirror/php-gtk/ @@ -27,6 +27,8 @@ RUN_DEPENDS= php:${PORTSDIR}/lang/php4-cli # Don't call autoconf directly, ./buildconf does this GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFILES= # none USE_AUTOCONF= no USE_GMAKE= yes USE_PERL5_BUILD=yes @@ -66,7 +68,7 @@ CONFIGURE_ENV= CPPFLAGS="${ENVSCE}" USE_REINPLACE= yes REINPLACE_ARGS= -i "" -PIC2FIX= acinclude.m4 aclocal.m4 autom4te.cache configure +PIC2FIX= acinclude.m4 aclocal.m4 configure EXAMPLES= combobutton.php fileselection.php gtk.php hello.php list.php \ piemenu.php scribble.php scrollpane.php spaned.php sqpane.php \ @@ -86,7 +88,7 @@ pre-everything:: pre-configure: @php ${SCRIPTDIR}/memlim.php @${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" - @(cd ${WRKSRC} && ./buildconf) + @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./buildconf) .for FILE in ${PIC2FIX} @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} .endfor -- cgit v1.2.3