summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
commit15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /audio/mpg123/Makefile
parentMake D-BUS support optional (diff)
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=368356
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 002598bb4440..cde136be7c63 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -12,8 +12,9 @@ COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files
LICENSE= LGPL21
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
USES= tar:bzip2 gmake libtool:keepla pathfix
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes