Date: Tue, 10 Mar 2020 16:14:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528185 - head/audio/grip Message-ID: <202003101614.02AGEF3o080823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101614.02AGEF3o080823>