diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 18:40:01 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 18:40:01 +0000 |
commit | 89d89344475126405cf463b2ad1e68ad922cf222 (patch) | |
tree | 65505779e87260f496fec3ad5ace583d78944abc /math/gkmap/Makefile | |
parent | 18ad3a1d26423fbd0378e74268ae50c2c8053d2d (diff) | |
download | ports-89d89344475126405cf463b2ad1e68ad922cf222.tar.gz ports-89d89344475126405cf463b2ad1e68ad922cf222.zip |
Notes
Diffstat (limited to 'math/gkmap/Makefile')
-rw-r--r-- | math/gkmap/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile index c99dd574aeaa..f741c1e7c583 100644 --- a/math/gkmap/Makefile +++ b/math/gkmap/Makefile @@ -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 Karnaugh Map LICENSE= GPLv2 -GNU_CONFIGURE= yes +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gnome pkgconfig dos2unix +USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 libxml2 -USES= gnome pkgconfig -USE_GNOME= gtk20 libglade2 libxml2 +GNU_CONFIGURE= yes .include <bsd.port.mk> |