svn commit: r440547 - head/audio/aylet

Emanuel Haupt ehaupt at FreeBSD.org
Wed May 10 08:34:02 UTC 2017


Author: ehaupt
Date: Wed May 10 08:34:00 2017
New Revision: 440547
URL: https://svnweb.freebsd.org/changeset/ports/440547

Log:
  Fix direct dependency chain for GUI option now that the port has switched from
  GTK 1.2 to GTK 2.0.

Modified:
  head/audio/aylet/Makefile

Modified: head/audio/aylet/Makefile
==============================================================================
--- head/audio/aylet/Makefile	Wed May 10 08:13:18 2017	(r440546)
+++ head/audio/aylet/Makefile	Wed May 10 08:34:00 2017	(r440547)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aylet
 PORTVERSION=	0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \
 		LOCAL/ehaupt
@@ -23,7 +23,7 @@ OPTIONS_DEFINE=	GUI
 OPTIONS_DEFAULT=GUI
 OPTIONS_SUB=	yes
 
-GUI_USE=	XORG=x11,xext,xi GNOME=cairo,gdkpixbuf2,gtk20
+GUI_USE=	GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
 
 ALL_TARGET=	aylet
 GUI_ALL_TARGET=	xaylet


More information about the svn-ports-all mailing list