diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gift/Makefile | 4 | ||||
-rw-r--r-- | net/gini/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile index ffb54fb7b1d9..e37efbcfa1ce 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -17,7 +17,7 @@ MAINTAINER= shoesoft@gmx.net COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ Magick.6:${PORTSDIR}/graphics/ImageMagick .if defined(WITH_LIBMAGIC) LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file diff --git a/net/gini/Makefile b/net/gini/Makefile index 48cd92f9fe17..9b4a0449e988 100644 --- a/net/gini/Makefile +++ b/net/gini/Makefile @@ -7,6 +7,7 @@ PORTNAME= gini PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight media streaming server -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_GNOME= glib12 |