aboutsummaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-09-25 17:51:54 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-09-25 17:51:54 +0000
commit9b0d770a03c55eeb998bc25e9a37fae211d81270 (patch)
treee8bd455768ae2ce77be0bf571e952fd5c3c43e0e /audio/lame
parentb4b077fb16ecef4253470e6afcb3d05b77785f7e (diff)
downloadports-9b0d770a03c55eeb998bc25e9a37fae211d81270.tar.gz
ports-9b0d770a03c55eeb998bc25e9a37fae211d81270.zip
- portlint
- fix plist [1] Noticed by: krismail [1]
Notes
Notes: svn path=/head/; revision=173812
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile5
-rw-r--r--audio/lame/pkg-plist1
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