diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-01-08 01:02:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-01-08 01:02:38 +0000 |
commit | 8ee70d65d5be846c07abe7d5c2e15afea440bf68 (patch) | |
tree | b6a71d74f49414f15c0ed9a0fcec0440e0a73852 /multimedia/win32-codecs | |
parent | 1) Revert change supporting for shared library build/installation (diff) |
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. :)
Notes
Notes:
svn path=/head/; revision=36914
Diffstat (limited to 'multimedia/win32-codecs')
-rw-r--r-- | multimedia/win32-codecs/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile index d4d2eff103e4..25a8bf4b1a7c 100644 --- a/multimedia/win32-codecs/Makefile +++ b/multimedia/win32-codecs/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 |