From 4a82e50dce101e6e62d2e87ca17a62071613d9e3 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 15 Mar 2010 16:48:53 +0000 Subject: Remove the case of PKG_PHP_VERSION is 4. No functional change. --- mail/roundcube/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index ae0b3b672e5..2b3cdb4b1f5 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/12/31 16:56:18 abs Exp $ +# $NetBSD: Makefile,v 1.24 2010/03/15 16:48:53 taca Exp $ # DISTNAME= roundcubemail-${RCVERSION}-dep @@ -29,12 +29,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2 DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL - -.if ${PKG_PHP_VERSION} == "4" -DEPENDS+= ${PHP_PKG_PREFIX}-domxml>=4.3.3:../../textproc/php4-domxml -.elif ${PKG_PHP_VERSION} == "5" DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom -.endif PKG_SYSCONFSUBDIR?= roundcube -- cgit v1.2.3