Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 18:40:01 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550861 - head/math/gkmap
Message-ID:  <202010011840.091Ie1Zp006055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010011840.091Ie1Zp006055>