Index: head/audio/aylet/Makefile =================================================================== --- head/audio/aylet/Makefile (revision 440546) +++ head/audio/aylet/Makefile (revision 440547) @@ -1,33 +1,33 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= aylet PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Aylet plays music files in the .ay format LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gettext-runtime pkgconfig 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 PLIST_FILES= bin/aylet %%GUI%%bin/xaylet man/man1/aylet.1.gz .include