From 813899c9c5fc87b8e529af279d8911dd5aab3f65 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 23 Dec 2006 21:30:31 +0000 Subject: [PATCH] depend on proper version of autoconf/automake --- www/pecl-APC/Makefile | 6 +++--- www/pecl-memcache/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index edd891cb665..77310974673 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/10/13 14:58:42 alek Exp $ +# $OpenBSD: Makefile,v 1.2 2006/12/23 21:31:05 sturm Exp $ SHARED_ONLY= Yes @@ -25,8 +25,8 @@ AUTOCONF_VER= 2.59 AUTOMAKE_VER= 1.4 BUILD_DEPENDS= :php5-pear-*:www/php5/core,-pear \ - ::devel/autoconf/${AUTOCONF_VER} \ - ::devel/automake/${AUTOMAKE_VER} \ + :autoconf-${AUTOCONF_VER}:devel/autoconf/${AUTOCONF_VER} \ + :automake-${AUTOMAKE_VER}.*:devel/automake/${AUTOMAKE_VER} \ ::devel/libtool RUN_DEPENDS= :php5-core-*:www/php5/core diff --git a/www/pecl-memcache/Makefile b/www/pecl-memcache/Makefile index 65c21f0893b..a90fc48dde8 100644 --- a/www/pecl-memcache/Makefile +++ b/www/pecl-memcache/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/08/06 20:38:43 alek Exp $ +# $OpenBSD: Makefile,v 1.3 2006/12/23 21:30:31 sturm Exp $ SHARED_ONLY= Yes @@ -25,8 +25,8 @@ AUTOCONF_VER= 2.59 AUTOMAKE_VER= 1.4 BUILD_DEPENDS= :php5-pear-*:www/php5/core,-pear \ - ::devel/autoconf/${AUTOCONF_VER} \ - ::devel/automake/${AUTOMAKE_VER} \ + :autoconf-${AUTOCONF_VER}:devel/autoconf/${AUTOCONF_VER} \ + :automake-${AUTOMAKE_VER}.*:devel/automake/${AUTOMAKE_VER} \ ::devel/libtool RUN_DEPENDS= :php5-core-*:www/php5/core