Date: Sat, 1 May 2021 12:53:18 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a0c2c1e9b46 - main - games/pioneers: remove uneeded dependency on Gnome2 Message-ID: <202105011253.141CrITn026162@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a0c2c1e9b468fe945f796dcea8fd2bfe9d769e5 commit 8a0c2c1e9b468fe945f796dcea8fd2bfe9d769e5 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-01 12:52:49 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-05-01 12:52:49 +0000 games/pioneers: remove uneeded dependency on Gnome2 --- games/pioneers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index dd2d1233117f..d06aad6ec817 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -2,6 +2,7 @@ PORTNAME= pioneers PORTVERSION= 15.6 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/pio/Source @@ -18,7 +19,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ RUN_DEPENDS= yelp:x11/yelp USES= gettext gmake gnome pkgconfig -USE_GNOME= cairo gnomeprefix gtk30 intltool libgnome librsvg2 +USE_GNOME= cairo gnomeprefix gtk30 intltool librsvg2 INSTALLS_ICONS= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105011253.141CrITn026162>