svn commit: r550861 - head/math/gkmap

Stefan Eßer se at FreeBSD.org
Thu Oct 1 18:40:01 UTC 2020


Author: se
Date: Thu Oct  1 18:40:01 2020
New Revision: 550861
URL: https://svnweb.freebsd.org/changeset/ports/550861

Log:
  Fix build with -fno-common

Modified:
  head/math/gkmap/Makefile

Modified: head/math/gkmap/Makefile
==============================================================================
--- head/math/gkmap/Makefile	Thu Oct  1 18:32:29 2020	(r550860)
+++ head/math/gkmap/Makefile	Thu Oct  1 18:40:01 2020	(r550861)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gkmap
 PORTVERSION=	0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF/gkmap/gkmap/gkmap-${PORTVERSION}/
 
@@ -12,9 +12,12 @@ COMMENT=	Simplification of Boolean Functions using Kar
 
 LICENSE=	GPLv2
 
-GNU_CONFIGURE=	yes
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 
-USES=		gnome pkgconfig
-USE_GNOME=	gtk20 libglade2 libxml2
+USES=		gnome pkgconfig dos2unix
+USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 libxml2
+
+GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list