Fix build with -fno-common

This commit is contained in:
Stefan Eßer 2020-10-01 18:40:01 +00:00
parent 18ad3a1d26
commit 89d8934447
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550861

View File

@ -3,7 +3,7 @@
PORTNAME= gkmap PORTNAME= gkmap
PORTVERSION= 0.2 PORTVERSION= 0.2
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= math CATEGORIES= math
MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/ MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/
@ -12,9 +12,12 @@ COMMENT= Simplification of Boolean Functions using Karnaugh Map
LICENSE= GPLv2 LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= gnome pkgconfig dos2unix
USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 libxml2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gnome pkgconfig
USE_GNOME= gtk20 libglade2 libxml2
.include <bsd.port.mk> .include <bsd.port.mk>