diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
commit | e7690885fd83ccaab97ab6d71c490c0b06763654 (patch) | |
tree | 6c4a81c4465b2041467d46474fc4a5cdf2cf8da7 /multimedia/avifile | |
parent | fe92cd6fa6b042dda1e3684bf849e198ade36bad (diff) |
Notes
Diffstat (limited to 'multimedia/avifile')
-rw-r--r-- | multimedia/avifile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 4d949f9a9dbe..c252e6bc439d 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -7,7 +7,7 @@ PORTNAME= avifile PORTVERSION= 0.7.11.20020711 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://avifile.sourceforge.net/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(.{8})$/-\1/} @@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --without-sdl # libvorbis; thus, libogg .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis-prefix=${LOCALBASE} \ --with-ogg-prefix=${LOCALBASE} |