Index: head/audio/tagtool/Makefile =================================================================== --- head/audio/tagtool/Makefile (revision 488046) +++ head/audio/tagtool/Makefile (revision 488047) @@ -1,28 +1,28 @@ # Created by: Anthony Ginepro # $FreeBSD$ # $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $ PORTNAME= tagtool PORTVERSION= 0.12.3 PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNOME MP3/Ogg file tagger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libid3.so:audio/id3lib \ libvorbis.so:audio/libvorbis -USES= tar:bzip2 gettext gmake pathfix pkgconfig +USES= compiler:c++11-lang gettext gmake localbase:ldflags pathfix \ + pkgconfig tar:bzip2 USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpthread -logg -lm +LDFLAGS+= -lpthread -logg -lm .include