diff options
author | obache <obache> | 2011-08-12 09:25:47 +0000 |
---|---|---|
committer | obache <obache> | 2011-08-12 09:25:47 +0000 |
commit | fe87eb680ff3150ab16fe0e145ce31a18fde1691 (patch) | |
tree | 7aa69731eb45629fed7787d13e256f86b31ffe63 /www/p5-HTTP-Daemon | |
parent | dd3c581dbc66b08d02fd47af64d6bf7aebfb8e66 (diff) | |
download | pkgsrc-fe87eb680ff3150ab16fe0e145ce31a18fde1691.tar.gz |
Not CONFLICTS with p5-libwww>=6.x.
Bump PKGREVISION.
Diffstat (limited to 'www/p5-HTTP-Daemon')
-rw-r--r-- | www/p5-HTTP-Daemon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTTP-Daemon/Makefile b/www/p5-HTTP-Daemon/Makefile index f9ebfc511b8..322d98a3e00 100644 --- a/www/p5-HTTP-Daemon/Makefile +++ b/www/p5-HTTP-Daemon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/08/07 08:42:03 tron Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/12 09:25:48 obache Exp $ DISTNAME= HTTP-Daemon-6.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-Daemon/ COMMENT= a simple http server class LICENSE= ${PERL5_LICENSE} -CONFLICTS+= p5-libwww-[0-5]* +CONFLICTS+= p5-libwww<6.00 PKG_DESTDIR_SUPPORT= user-destdir |