svn commit: r528185 - head/audio/grip

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 16:14:16 UTC 2020


Author: bapt
Date: Tue Mar 10 16:14:14 2020
New Revision: 528185
URL: https://svnweb.freebsd.org/changeset/ports/528185

Log:
  audio/grip: removed useless dependencies
  
  Since 4.0 it does not depend anymore on vte
  Since 4.1 it does not depend anymore on libgnome2 and libgnomeui

Modified:
  head/audio/grip/Makefile

Modified: head/audio/grip/Makefile
==============================================================================
--- head/audio/grip/Makefile	Tue Mar 10 16:09:26 2020	(r528184)
+++ head/audio/grip/Makefile	Tue Mar 10 16:14:14 2020	(r528185)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grip
 PORTVERSION=	4.1.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/grip/${PORTVERSION}
 
@@ -21,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 USES=		compiler:c++11-lang gmake gnome libtool localbase \
 		pathfix pkgconfig xorg gnome
 USE_XORG=	ice sm x11 xext
-USE_GNOME=	cairo gdkpixbuf2 gnomeprefix libgnomeui vte
+USE_GNOME=	cairo gdkpixbuf2 gtk20
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-werror


More information about the svn-ports-all mailing list