diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 14:33:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 14:33:13 +0000 |
commit | f797e47681c37fa560c8e2f23afc2b7bfa3dfba0 (patch) | |
tree | 1253511707a97234de945e2cbb3742322a23885c | |
parent | 86ede9d6321ab2ad04c43e797b46e61b1268d1be (diff) |
Notes
-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 \ |