diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/xmcd | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 8f1ffad..379f6fd 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmcd PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.2.1/src/ DISTNAME= xmcd-3.2.1 @@ -14,7 +15,7 @@ DISTNAME= xmcd-3.2.1 MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_MOTIF= yes |