summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-02-23 16:45:25 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-02-23 16:45:25 +0000
commita534e9eb27fb3cc276679a68e1c612745a70f6cc (patch)
treecc6abbd59a3b5c8f8fccb6cd4ec163eebe777149 /audio/mpg123/Makefile
parent- Update to 2.7.0 (diff)
- Update to 1.13.1 [1]
- Specify LICENSE [1] - Use USE_GNOME's gnomehack and ltverhack PR: 154720 [1] Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Notes
Notes: svn path=/head/; revision=269552
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 6bd9de84cf8f..0bb4e2a80937 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mpg123
-PORTVERSION= 1.12.5
+PORTVERSION= 1.13.1
CATEGORIES= audio ipv6
MASTER_SITES= SF \
http://www.mpg123.de/download/
@@ -14,8 +14,11 @@ MASTER_SITES= SF \
MAINTAINER= novel@FreeBSD.org
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio
+LICENSE= LGPL21
+
+USE_GNOME= gnomehack ltverhack
USE_BZIP2= yes
-USE_AUTOTOOLS= libltdl
+USE_AUTOTOOLS= libtool libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -47,8 +50,4 @@ WITH_CPU= x86-64
CONFIGURE_ARGS+=--with-cpu=${WITH_CPU}
.endif
-post-patch:
- @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.post.mk>