summaryrefslogtreecommitdiffstats
path: root/net/libgweather
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-26 00:21:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-26 00:21:05 +0800
commit6ece597eadf8f819a17175019e506c13f69330be (patch)
tree7985800d85d769c9261de4962d38f5f1b23b3d51 /net/libgweather
parentc647aa40ce31085660bd4a760be8015833eb22a8 (diff)
downloadmarcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar.gz
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar.bz2
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar.lz
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar.xz
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.tar.zst
marcuscom-ports-6ece597eadf8f819a17175019e506c13f69330be.zip
Add a missing dependency on libsoup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11173 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libgweather')
-rw-r--r--net/libgweather/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile
index 6356e0d9c..ea2aecc6a 100644
--- a/net/libgweather/Makefile
+++ b/net/libgweather/Makefile
@@ -3,17 +3,20 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/libgweather/Makefile,v 1.13 2008/06/17 19:32:59 marcus Exp $
+# $MCom: ports/net/libgweather/Makefile,v 1.14 2008/07/23 05:04:43 marcus Exp $
#
PORTNAME= libgweather
PORTVERSION= 2.23.5
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to accessing online weather informations
+LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
+
USE_GETTEXT= yes
USE_BZIP2= yes
USE_GMAKE= yes