From be2fa20d2bc2962c590794f657980ff87b55bdee Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 21 Mar 2011 14:13:02 +0000 Subject: [PATCH] Add a RUN_DEPENDS on php5-mysql *or* php5-pgsql. --- www/timetrex/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/timetrex/Makefile b/www/timetrex/Makefile index a82a9fa9409..552a25e6e07 100644 --- a/www/timetrex/Makefile +++ b/www/timetrex/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2010/12/29 12:20:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2011/03/21 14:13:02 ajacoutot Exp $ COMMENT= web-based payroll and time management suite @@ -7,6 +7,8 @@ DISTNAME= TimeTrex_Standard_Edition_v${V} PKGNAME= timetrex-${V} CATEGORIES= www productivity +REVISION= 0 + EXTRACT_SUFX= .zip HOMEPAGE= http://www.timetrex.com/ @@ -21,6 +23,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timetrex/} RUN_DEPENDS= www/php5/extensions,-gd \ www/php5/extensions,-soap \ + php5-mysql-*|php5-pgsql-*:www/php5/extensions,-mysql \ www/pear NO_BUILD= Yes