diff options
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 5 | ||||
-rw-r--r-- | audio/lame/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index d65e4720f656..9c4ae6903302 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -7,6 +7,7 @@ PORTNAME= lame PORTVERSION= 3.97 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= lame MAINTAINER= netchild@FreeBSD.org COMMENT= ISO code based fast MP3 encoder kit -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest @@ -28,7 +29,7 @@ DOC_FILES= API LICENSE README TODO USAGE .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .endif diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist index 6e89dac84431..7003ebe52c1e 100644 --- a/audio/lame/pkg-plist +++ b/audio/lame/pkg-plist @@ -2,6 +2,7 @@ bin/lame bin/mp3rtp include/lame/lame.h lib/libmp3lame.a +lib/libmp3lame.la lib/libmp3lame.so lib/libmp3lame.so.0 %%PORTDOCS%%%%DOCSDIR%%/API |