summaryrefslogtreecommitdiff
path: root/net/logjam/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-29 02:05:47 +0000
committerwiz <wiz>2008-10-29 02:05:47 +0000
commitdf24f369d723739d2565a6244679a81fd31cd170 (patch)
tree165909362637424a458a61babfcc9f0e59a2d091 /net/logjam/Makefile
parentb5556547f34309a488346edcd1b5b904a1cd84ee (diff)
downloadpkgsrc-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/Makefile7
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"