svn commit: r482638 - head/audio/gxplugins-lv2

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 21 03:40:32 UTC 2018


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
 


More information about the svn-ports-all mailing list