diff --git a/www/gnash/Makefile b/www/gnash/Makefile index a52d5ba586b..34e77842ec3 100644 --- a/www/gnash/Makefile +++ b/www/gnash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/20 04:06:41 jolan Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/20 20:37:51 bernd Exp $ SHARED_ONLY= Yes COMMENT= "flash player with firefox browser plugin" @@ -25,7 +25,7 @@ USE_GMAKE= Yes USE_LIBTOOL= Yes USE_X11= Yes -BUILD_DEPENDS+= boost-headers::devel/boost +BUILD_DEPENDS+= ::devel/boost LIB_DEPENDS+= atk-1.0.>=1011::devel/atk \ curl.>=4::net/curl \ diff --git a/www/mantis/Makefile b/www/mantis/Makefile index c99ee95a49e..62015fcb925 100644 --- a/www/mantis/Makefile +++ b/www/mantis/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/10/11 18:28:27 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/20 20:37:51 bernd Exp $ COMMENT= "web based bug tracking" DISTNAME= mantis_1.0.5 -PKGNAME= ${DISTNAME:S/_/-/} +PKGNAME= ${DISTNAME:S/_/-/}p0 CATEGORIES= www HOMEPAGE= http://www.mantisbugtracker.com/ @@ -25,8 +25,8 @@ PREFIX= /var/www INSTDIR= /var/www/mantis SUBST_VARS= INSTDIR -RUN_DEPENDS= php5-mysql-.>=5.0.0::www/php5/extensions,-mysql \ - mini_sendmail-chroot-.>=1.3.6::mail/mini_sendmail,-chroot +RUN_DEPENDS= :php5-mysql->=5.0.0:www/php5/extensions,-mysql \ + :mini_sendmail-chroot->=1.3.6:mail/mini_sendmail,-chroot do-install: @-test ! -d ${PREFIX}/mantis && mkdir ${PREFIX}/mantis diff --git a/www/zope/Makefile b/www/zope/Makefile index 7445a23f360..01b96b20b3b 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2006/10/05 10:19:36 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.32 2006/11/20 20:37:51 bernd Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= "object-oriented web application server" VERSION= 2.10.0 DISTNAME= Zope-${VERSION}-final -PKGNAME= ${DISTNAME:S/-final//:L}p1 +PKGNAME= ${DISTNAME:S/-final//:L}p2 CATEGORIES= www HOMEPAGE= http://www.zope.org/ @@ -25,7 +25,7 @@ EXTRACT_SUFX= .tgz MODPY_VERSION= 2.4 MODULES= lang/python -RUN_DEPENDS+= expat::textproc/expat \ +RUN_DEPENDS+= ::textproc/expat \ ${MODPY_EXPAT_DEPENDS} BUILD_ARGS= --build-base=${WRKSRC} \