svn commit: r488712 - head/graphics/gimp-save-for-web

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 12:43:43 UTC 2018


Author: linimon
Date: Sun Dec 30 12:43:42 2018
New Revision: 488712
URL: https://svnweb.freebsd.org/changeset/ports/488712

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
  
  While here, also add USES=gnome, and use localbase to simplify.
  
  PR:		234435
  Submitted by:	Piotr Kubaj

Modified:
  head/graphics/gimp-save-for-web/Makefile

Modified: head/graphics/gimp-save-for-web/Makefile
==============================================================================
--- head/graphics/gimp-save-for-web/Makefile	Sun Dec 30 12:40:15 2018	(r488711)
+++ head/graphics/gimp-save-for-web/Makefile	Sun Dec 30 12:43:42 2018	(r488712)
@@ -14,9 +14,8 @@ LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gettext gmake perl5 pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gettext gmake gnome localbase perl5 \
+		pkgconfig tar:bzip2
 USE_PERL5=	build
 USE_GNOME=	intltool
 


More information about the svn-ports-all mailing list