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/osalp | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/osalp')
-rw-r--r-- | audio/osalp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 029f4dc..221e959 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -8,7 +8,7 @@ PORTNAME= osalp PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= Open Source Audio Library Project BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ mpg123:${PORTSDIR}/audio/mpg123 -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ${BUILD_DEPENDS} USE_GETOPT_LONG=yes |