Date: Wed, 10 May 2017 08:34:00 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440547 - head/audio/aylet Message-ID: <201705100834.v4A8Y030037247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705100834.v4A8Y030037247>