diff options
author | fredb <fredb@pkgsrc.org> | 2002-07-15 14:46:15 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-07-15 14:46:15 +0000 |
commit | 47835f5c34b110adc79e02b0bb8bb19dcf353865 (patch) | |
tree | dd42b8e74ef7b9571d2aa208833e7ff08a056c62 /www/glibwww | |
parent | d9e6cb319019c41c18837b5b2db05dfea003ce7d (diff) | |
download | pkgsrc-47835f5c34b110adc79e02b0bb8bb19dcf353865.tar.gz |
Eliminate the BUILDLINK_DEPENDS.libwww exception, and bump
${PKGREVISION}. This guarantees a package free of "openssl"
and "socks" crud, thereby closing PR 17010.
Diffstat (limited to 'www/glibwww')
-rw-r--r-- | www/glibwww/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index e6f1aff3f7a..521fb0b556e 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/04/10 16:17:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/15 14:46:15 fredb Exp $ # DISTNAME= glibwww-0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www gnome devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/glibwww/} @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= event register functions that use the glib event loop BUILDLINK_DEPENDS.gnome-libs= gnome-libs>=1.4.1.2nb1 -BUILDLINK_DEPENDS.libwww= libwww>=5.2.8 USE_BUILDLINK_ONLY= YES |