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 /multimedia/avifile/Makefile | |
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 'multimedia/avifile/Makefile')
-rw-r--r-- | multimedia/avifile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 700f74260efc..8a6d91c4717b 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -7,6 +7,7 @@ PORTNAME= avifile PORTVERSION= 0.7.38 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -139,7 +140,7 @@ PLIST_SUB+= VIDIX="@comment " # libvorbis; thus, libogg .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis-prefix=${LOCALBASE} \ --with-ogg-prefix=${LOCALBASE} |