diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 12:19:01 +0000 |
commit | b1c1362074b555b1bbe30a9b6f9f88415932dd1d (patch) | |
tree | 7139fbae3454ff926975d735adb7ffa1c7d02bbf /mail/roundcube | |
parent | f7be12a4bf09156af7cb47fb346d471d25116214 (diff) | |
download | pkgsrc-b1c1362074b555b1bbe30a9b6f9f88415932dd1d.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index a0c49fc67a0..a25fc7adc36 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/08/21 15:26:31 taca Exp $ +# $NetBSD: Makefile,v 1.47 2012/10/08 12:19:30 asau Exp $ DISTNAME= roundcubemail-0.8.1-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} @@ -10,8 +10,6 @@ HOMEPAGE= http://roundcube.net/ COMMENT= Browser-based multilingual IMAP client LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.2:../../net/pear-Net_SMTP DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.8.1:../../mail/pear-Mail_Mime DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5.0:../../databases/pear-MDB2 |