summaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authortaca <taca>2015-02-17 05:59:54 +0000
committertaca <taca>2015-02-17 05:59:54 +0000
commita42441401b23e289b14a7dbf5e6a259fda82ebf3 (patch)
treec3122dacddf36ec1fe45526122384dcb369040e5 /mail/roundcube
parent0fed4f54b95b60a0b31a369a5d7d294344bd91fe (diff)
downloadpkgsrc-a42441401b23e289b14a7dbf5e6a259fda82ebf3.tar.gz
Fix previous commit;
* Setting PKGNAME was accidently removed. * Fix typo on php-exif dependency. Noted by tnn@.
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 29ab84c2b31..e78aa49e90b 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2015/02/17 03:52:31 taca Exp $
+# $NetBSD: Makefile,v 1.69 2015/02/17 05:59:54 taca Exp $
DISTNAME= roundcubemail-1.1.0
+PKGNAME= ${DISTNAME:S/mail-/-/}
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
@@ -13,7 +14,7 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=${PHP_BASE_VERS}:../../textproc/php-dom
-DEPENDS+= ${PHP_PKG_PREFIX}-exif>=${PHP_BASE_VERS}:../../graphics/php-exim
+DEPENDS+= ${PHP_PKG_PREFIX}-exif>=${PHP_BASE_VERS}:../../graphics/php-exif
DEPENDS+= ${PHP_PKG_PREFIX}-intl>=${PHP_BASE_VERS}:../../textproc/php-intl
DEPENDS+= ${PHP_PKG_PREFIX}-json>=${PHP_BASE_VERS}:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=${PHP_BASE_VERS}:../../security/php-mcrypt