diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-08 21:25:44 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-08 21:25:44 +0000 |
commit | 19682d1f304e5466f7b54080d6e8a4a480da5730 (patch) | |
tree | e14a73bd4cd86310c65bc23e90dde3c589fb59d5 /mail/roundcube/Makefile | |
parent | 15d1288fe6299e8f4d24c142fd3e8e79ad234ed7 (diff) | |
download | pkgsrc-19682d1f304e5466f7b54080d6e8a4a480da5730.tar.gz |
Remove php-imap depenedency
Pointed out by schmonz@
No PKGREVISION bump, ride the initial import
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index aa412622187..e574710ae56 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/08 17:04:08 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/08 21:25:44 adrianp Exp $ # # SVN build 508 @@ -16,7 +16,6 @@ COMMENT= Browser-based multilingual IMAP client DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.1:../../converters/php-iconv DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../misc/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-imap>=4.3.1:../../mail/php-imap USE_LANGUAGES= # none WRKSRC= ${WRKDIR}/roundcubemail |