diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 22:33:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 22:33:13 +0800 |
commit | 988968ffcaec00a95892dda35ce43b4ffae29bb0 (patch) | |
tree | 1253511707a97234de945e2cbb3742322a23885c /audio | |
parent | 16290da7412fca43c68f7eebba6c3e547911b1b3 (diff) | |
download | freebsd-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/Makefile | 6 |
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 \ |