diff options
Diffstat (limited to 'graphics/minder/Makefile')
-rw-r--r-- | graphics/minder/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile index 83733779f68e..e6e268320cee 100644 --- a/graphics/minder/Makefile +++ b/graphics/minder/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= minder -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app @@ -12,16 +12,17 @@ COMMENT= Mind-mapping application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= vala:lang/vala +BUILD_DEPENDS= discount>0:textproc/discount \ + vala:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite -USES= desktop-file-utils gettext gnome meson pkgconfig \ - python:3.5+,build shared-mime-info shebangfix +USES= desktop-file-utils gettext gnome localbase:ldflags meson \ + pkgconfig python:3.5+,build shared-mime-info shebangfix USE_GITHUB= yes GH_ACCOUNT= phase1geo GH_PROJECT= Minder -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 pango +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango GLIB_SCHEMAS= com.github.phase1geo.minder.gschema.xml INSTALLS_ICONS= yes SHEBANG_FILES= meson/post_install.py |