diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-21 05:52:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-21 05:52:33 +0000 |
commit | a64dae44fdc340109fda52d212b5ef1f64715448 (patch) | |
tree | 43c8d7a55cc2cedb4e94073627597333a117ae49 /math | |
parent | cbb88fcc4e93b3eb5456c3f637650bbbe3a3d8d0 (diff) | |
download | ports-a64dae44fdc340109fda52d212b5ef1f64715448.tar.gz ports-a64dae44fdc340109fda52d212b5ef1f64715448.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/pantheon-calculator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pantheon-calculator/Makefile b/math/pantheon-calculator/Makefile index 8b1c4206122f..2e2f2aaca702 100644 --- a/math/pantheon-calculator/Makefile +++ b/math/pantheon-calculator/Makefile @@ -3,6 +3,7 @@ PORTNAME= pantheon-calculator PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://launchpadlibrarian.net/303135059/ \ https://launchpad.net/${PORTNAME}/0.4-loki/${PORTVERSION}/+download/ @@ -12,10 +13,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple calculator written in Vala LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ - libgee-0.8.so:devel/libgee + libgee-0.8.so:devel/libgee USES= cmake:outsource pkgconfig gettext tar:xz USE_GNOME= glib20 gtk30 cairo gdkpixbuf2 intltool |