aboutsummaryrefslogtreecommitdiff
path: root/audio/gsequencer/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-25 11:06:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-25 11:06:23 +0000
commit16d8bbfcce8e45fa56ed82a2bcc92a082633df7a (patch)
tree89048564b38c2cce447a99d8c6c67af878feba3d /audio/gsequencer/Makefile
parentdf16bce26064db5b6f8a48164a8f63ea38164f76 (diff)
downloadports-16d8bbfcce8e45fa56ed82a2bcc92a082633df7a.tar.gz
ports-16d8bbfcce8e45fa56ed82a2bcc92a082633df7a.zip
audio/gsequencer: Update 3.0.9 -> 3.4.5
Notes
Notes: svn path=/head/; revision=540383
Diffstat (limited to 'audio/gsequencer/Makefile')
-rw-r--r--audio/gsequencer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile
index 1b80c57a8044..d2ac869bf3e7 100644
--- a/audio/gsequencer/Makefile
+++ b/audio/gsequencer/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gsequencer
-DISTVERSION= 3.0.9
+DISTVERSION= 3.4.5
CATEGORIES= audio
MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x
@@ -25,9 +25,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
RUN_DEPENDS= dssi>0:audio/dssi
-USES= desktop-file-utils gettext-runtime gmake gnome libtool localbase pkgconfig shared-mime-info xorg
+USES= desktop-file-utils gettext-runtime gettext-tools gmake gnome libtool localbase pkgconfig shared-mime-info xorg
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-alsa --enable-oss --enable-threads=posix --without-included-regex
+CONFIGURE_ARGS= --disable-alsa --enable-oss --disable-introspection --disable-rt
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
USE_XORG= x11
USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD=gnu99. Suggestions how to build with clang are welcome.