svn commit: r395766 - head/audio/easytag

Roman Bogorodskiy novel at FreeBSD.org
Tue Sep 1 15:19:23 UTC 2015


Author: novel
Date: Tue Sep  1 15:19:22 2015
New Revision: 395766
URL: https://svnweb.freebsd.org/changeset/ports/395766

Log:
  Clean-up USE_GNOME: drop glib20 as it's pulled by gtk30 and drop
  intltool as it's pulled by intlhack.
  
  Suggested by:	kwm

Modified:
  head/audio/easytag/Makefile

Modified: head/audio/easytag/Makefile
==============================================================================
--- head/audio/easytag/Makefile	Tue Sep  1 15:17:07 2015	(r395765)
+++ head/audio/easytag/Makefile	Tue Sep  1 15:19:22 2015	(r395766)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio
 		libtag.so:${PORTSDIR}/audio/taglib
 
 USES=		desktop-file-utils gettext-tools gmake pkgconfig tar:xz
-USE_GNOME=	gtk30 glib20 intltool intlhack libxslt
+USE_GNOME=	gtk30 intlhack libxslt
 GLIB_SCHEMAS=	org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list