svn commit: r496668 - head/graphics/goocanvas

Koop Mast kwm at FreeBSD.org
Sat Mar 23 16:28:24 UTC 2019


Author: kwm
Date: Sat Mar 23 16:28:23 2019
New Revision: 496668
URL: https://svnweb.freebsd.org/changeset/ports/496668

Log:
  Fix build after base r345349
  
  While here pet portlint.
  
  PR:		236141

Modified:
  head/graphics/goocanvas/Makefile

Modified: head/graphics/goocanvas/Makefile
==============================================================================
--- head/graphics/goocanvas/Makefile	Sat Mar 23 16:23:37 2019	(r496667)
+++ head/graphics/goocanvas/Makefile	Sat Mar 23 16:28:23 2019	(r496668)
@@ -13,13 +13,17 @@ COMMENT=	Canvas widget for GTK+
 
 PORTSCOUT=	ignore:1
 
-USES=		libtool pathfix pkgconfig tar:bzip2
-USE_GNOME=	gtk20
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
+
+USES=		gnome libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	cairo gdkpixbuf2 gtk20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS=		-lm
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list