Date: Sun, 21 Oct 2018 03:40:31 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482638 - head/audio/gxplugins-lv2 Message-ID: <201810210340.w9L3eVNd027454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Oct 21 03:40:31 2018 New Revision: 482638 URL: https://svnweb.freebsd.org/changeset/ports/482638 Log: audio/gxplugins-lv2: Remove unnecessary USE_GNOME: gtk20 and gdkpixbuf2 Reported by: brummer10 (upstream maintainer/author) Modified: head/audio/gxplugins-lv2/Makefile Modified: head/audio/gxplugins-lv2/Makefile ============================================================================== --- head/audio/gxplugins-lv2/Makefile Sun Oct 21 02:31:20 2018 (r482637) +++ head/audio/gxplugins-lv2/Makefile Sun Oct 21 03:40:31 2018 (r482638) @@ -3,6 +3,7 @@ PORTNAME= gxplugins DISTVERSIONPREFIX= v DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 DIST_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ USES= compiler:c++11-lang gettext-runtime gmake gnome USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= GxPlugins.lv2 -USE_GNOME= gtk20 glib20 gdkpixbuf2 atk cairo pango +USE_GNOME= glib20 atk cairo pango USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210340.w9L3eVNd027454>