diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index f25f97af4..1024b3a9a 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.4.28 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -49,7 +49,7 @@ PLIST_SUB+= NOTIFY="" .ifdef WITHOUT_GNUTLS CONFIGURE_ARGS+=--disable-gnutls .else -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .endif .ifdef WITH_GTKHTML diff --git a/net/vino/Makefile b/net/vino/Makefile index e4019faa9..e08a6e687 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,11 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.70 2009/07/28 09:59:28 kwm Exp $ +# $MCom: ports/net/vino/Makefile,v 1.71 2009/08/11 14:20:04 kwm Exp $ # PORTNAME= vino PORTVERSION= 2.27.90 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |