aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-26 22:33:13 +0800
committerbapt <bapt@FreeBSD.org>2013-07-26 22:33:13 +0800
commit988968ffcaec00a95892dda35ce43b4ffae29bb0 (patch)
tree1253511707a97234de945e2cbb3742322a23885c /audio
parent16290da7412fca43c68f7eebba6c3e547911b1b3 (diff)
downloadfreebsd-ports-gnome-988968ffcaec00a95892dda35ce43b4ffae29bb0.tar.gz
freebsd-ports-gnome-988968ffcaec00a95892dda35ce43b4ffae29bb0.tar.zst
freebsd-ports-gnome-988968ffcaec00a95892dda35ce43b4ffae29bb0.zip
Fix build with recent binutils
Diffstat (limited to 'audio')
-rw-r--r--audio/tagtool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
index 48fa13168e90..c91e0780dd83 100644
--- a/audio/tagtool/Makefile
+++ b/audio/tagtool/Makefile
@@ -1,6 +1,7 @@
# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $FreeBSD$
# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
+
PORTNAME= tagtool
PORTVERSION= 0.12.3
PORTREVISION= 12
@@ -14,14 +15,13 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \
vorbis:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
-USES= pathfix gettext
+USES= pathfix gettext gmake
USE_GNOME= intlhack libglade2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -logg
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \