From 38af487252a004b3745dcda64ce0970949fc12be Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 21 Jan 2019 07:54:23 +0000 Subject: astro/siril: Update 0.9.9 -> 0.9.10 Reported by: portscout --- astro/siril/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'astro/siril/Makefile') diff --git a/astro/siril/Makefile b/astro/siril/Makefile index a720f8f2432b..6e64b481544b 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= siril -DISTVERSION= 0.9.9 -PORTREVISION= 3 +DISTVERSION= 0.9.10 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -28,11 +27,13 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libtiff.so:graphics/tiff LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core -USES= autoreconf desktop-file-utils gettext gmake localbase pkgconfig jpeg shared-mime-info tar:bz2 +USES= autoreconf desktop-file-utils gettext gmake gnome localbase pkgconfig jpeg shared-mime-info tar:bz2 GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango INSTALLS_ICONS= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + OPTIONS_DEFINE= OPENMP OPTIONS_DEFAULT= OPENMP -- cgit