diff options
author | yuri <yuri@FreeBSD.org> | 2019-01-21 15:54:23 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-01-21 15:54:23 +0800 |
commit | 38af487252a004b3745dcda64ce0970949fc12be (patch) | |
tree | 779026d691f88b4cf7ecf2c127a8842930e8476c /astro/siril/Makefile | |
parent | 3b99b76ba9aea85802461a896315c9cf6592ac9f (diff) | |
download | freebsd-ports-gnome-38af487252a004b3745dcda64ce0970949fc12be.tar.gz freebsd-ports-gnome-38af487252a004b3745dcda64ce0970949fc12be.tar.zst freebsd-ports-gnome-38af487252a004b3745dcda64ce0970949fc12be.zip |
astro/siril: Update 0.9.9 -> 0.9.10
Reported by: portscout
Diffstat (limited to 'astro/siril/Makefile')
-rw-r--r-- | astro/siril/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |