svn commit: r488047 - head/audio/tagtool

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 02:01:41 UTC 2018


Author: linimon
Date: Sat Dec 22 02:01:40 2018
New Revision: 488047
URL: https://svnweb.freebsd.org/changeset/ports/488047

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, also sort USES and simplify by adding USES=localbase:ldflags.
  
  PR:		234228
  Submitted by:	Piotr Kubaj

Modified:
  head/audio/tagtool/Makefile

Modified: head/audio/tagtool/Makefile
==============================================================================
--- head/audio/tagtool/Makefile	Sat Dec 22 01:57:32 2018	(r488046)
+++ head/audio/tagtool/Makefile	Sat Dec 22 02:01:40 2018	(r488047)
@@ -17,12 +17,12 @@ 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 <bsd.port.mk>


More information about the svn-ports-all mailing list