summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 00:44:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 00:44:08 +0000
commitc514a4de9e53aeeb83baebec91aae1cc3222a9fe (patch)
treef039a41bbef8f5894aa4d98d44deeb5bf66850f5 /audio/mpg123/Makefile
parent- Switch huge REINPLACE to patch (diff)
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=374564
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index f8486457f3d4..26dc911ed157 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpg123
PORTVERSION= 1.21.0
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= SF \
http://www.mpg123.de/download/
@@ -14,13 +15,14 @@ LICENSE= LGPL21
LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
-USES= tar:bzip2 gmake libtool:keepla pathfix
+USES= tar:bzip2 gmake libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-optimization=0 \
--with-audio=oss \
- --with-default-audio=oss
+ --with-default-audio=oss \
+ --with-module-suffix=.so
CONFIGURE_ENV= CONFIG_SHELL=${SH}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib