diff options
Diffstat (limited to 'net/pear-Net_Sieve/Makefile')
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index 1e1a821a110..eb304b0dabc 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/08/20 14:13:19 taca Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:57 asau Exp $ DISTNAME= Net_Sieve-1.3.2 CATEGORIES+= net @@ -14,7 +14,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket # optional for DIGEST-MD5 and CRAM-MD5 SASL Authentication DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.0:../../mail/pear-Auth_SASL -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |