diff options
author | lioux <lioux@FreeBSD.org> | 2001-01-08 01:02:38 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-01-08 01:02:38 +0000 |
commit | 0d46f05d268ee979bcadafcf9790eca201db690b (patch) | |
tree | 190f6aa320c3761d4023f392251c7ab1eb67c2c3 /multimedia/avifile | |
parent | 51b5058ac6d5ee02451ec5941eecd4cd8f212fd6 (diff) | |
download | FreeBSD-ports-0d46f05d268ee979bcadafcf9790eca201db690b.zip FreeBSD-ports-0d46f05d268ee979bcadafcf9790eca201db690b.tar.gz |
Revert changes that enabled usage of mp3 lame shared library. Due
to revertion of shared library build/installation on the lame port
PORTVERSION=3.70, PORTREVISION=2.
I am reverting this for I won't be around to discuss this for the
time being. :)
Diffstat (limited to 'multimedia/avifile')
-rw-r--r-- | multimedia/avifile/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index d4d2eff..25a8bf4 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -7,7 +7,7 @@ PORTNAME= avifile PORTVERSION= 0.53.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \ http://divx.euro.ru/ \ @@ -19,8 +19,7 @@ EXTRACT_ONLY= avifile-${PORTVERSION}.tar.gz MAINTAINER= holger@eit.uni-kl.de -LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ - mp3lame.1:${PORTSDIR}/audio/lame +LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME}-0.53 @@ -43,7 +42,6 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-win32-path=${LOCALBASE}/lib/win32 \ - --with-mp3-lame \ --enable-release PLIST_SUB= LIB_VERSION="${LIB_VERSION}" @@ -61,18 +59,6 @@ DIFF?= /usr/bin/diff .include <bsd.port.pre.mk> -.if make(lib-depends) -.if !exists(${LOCALBASE}/lib/libmp3lame.so) && exists(${LOCALBASE}/bin/lame) -lib-depends: - @${ECHO_MSG} ====> - @${ECHO_MSG} ====> Error: You have an old version of lame installed. - @${ECHO_MSG} ====> You need at least port version 3.70_1! - @${ECHO_MSG} ====> Please deinstall lame first, then build avifile. - @${ECHO_MSG} ====> - @${FALSE} -.endif -.endif - post-extract: @${LOCALBASE}/bin/unzip ${DISTDIR}/binaries-${CODEC_VERSION}.zip \ -d ${WRKDIR}/codecs |