aboutsummaryrefslogtreecommitdiff
path: root/audio/madplay
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-07-25 14:43:20 +0000
committerJohn Marino <marino@FreeBSD.org>2013-07-25 14:43:20 +0000
commit454ce287ab20fa5869f80a910fa380a704932a39 (patch)
tree6c5ce731f80818f65aa4174402900d63e92cc5ae /audio/madplay
parentefe7f5c5834ca36f7a3bc33c8134a003f9e162a5 (diff)
downloadports-454ce287ab20fa5869f80a910fa380a704932a39.tar.gz
ports-454ce287ab20fa5869f80a910fa380a704932a39.zip
audio/madplay: directly link libz and cleanup
Fixes indirect linking errors on modern binutils (fix from dports) Also: remove redundant MAKE_JOBS_SAFE while we are here. Remove library version specification Make portlint happy Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=323645
Diffstat (limited to 'audio/madplay')
-rw-r--r--audio/madplay/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 048d28187ec0..6d3c458b013c 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -8,20 +8,19 @@ CATEGORIES= audio
MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \
ftp://ftp.mars.org/pub/mpeg/
-
MAINTAINER= ports@FreeBSD.org
COMMENT= Madplay MP3 player (part of MAD project)
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
- id3tag.0:${PORTSDIR}/audio/libid3tag
-
LICENSE= GPLv2
+LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
+ id3tag:${PORTSDIR}/audio/libid3tag
+
WANT_GNOME= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lz
ALL_TARGET= all madtime
MAN1= abxtest.1 madplay.1