diff options
author | wiz <wiz> | 2008-10-29 02:05:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-29 02:05:47 +0000 |
commit | df24f369d723739d2565a6244679a81fd31cd170 (patch) | |
tree | 165909362637424a458a61babfcc9f0e59a2d091 /net/logjam/Makefile | |
parent | b5556547f34309a488346edcd1b5b904a1cd84ee (diff) | |
download | pkgsrc-df24f369d723739d2565a6244679a81fd31cd170.tar.gz |
Use curl instead of libsoup-devel as networking library.
Fix PLIST.
Bump PKGREVISION.
Diffstat (limited to 'net/logjam/Makefile')
-rw-r--r-- | net/logjam/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/logjam/Makefile b/net/logjam/Makefile index 5160a176bab..564e1d0c158 100644 --- a/net/logjam/Makefile +++ b/net/logjam/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:10 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/10/29 02:05:47 wiz Exp $ # DISTNAME= logjam-4.5.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= net MASTER_SITES= http://logjam.danga.com/download/ EXTRACT_SUFX= .tar.bz2 @@ -15,13 +15,14 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xmms +USE_DIRS= xdg-1.4 USE_LIBTOOL= yes USE_TOOLS+= perl pkg-config intltool msgfmt .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" -.include "../../net/libsoup-devel/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |