diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /net/gini | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.gz freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.zst freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'net/gini')
-rw-r--r-- | net/gini/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |