Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 01:55:22 +0000 (UTC)
From:      Eric Turgeon <ericbsd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553943 - head/x11/mate-dock-applet
Message-ID:  <202011030155.0A31tMnj066911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ericbsd
Date: Tue Nov  3 01:55:22 2020
New Revision: 553943
URL: https://svnweb.freebsd.org/changeset/ports/553943

Log:
  adding missing argument in x11/mate-dock-applet/Makefile

Modified:
  head/x11/mate-dock-applet/Makefile

Modified: head/x11/mate-dock-applet/Makefile
==============================================================================
--- head/x11/mate-dock-applet/Makefile	Tue Nov  3 01:31:29 2020	(r553942)
+++ head/x11/mate-dock-applet/Makefile	Tue Nov  3 01:55:22 2020	(r553943)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-dock-applet
 PORTVERSION=	20.04.0
+PORTREVSION=	1
 CATEGORIES=	x11 mate
 DIST_SUBDIR=	mate
 
@@ -26,9 +27,11 @@ USES=		python:3.7+ autoreconf gettext gmake gnome libt
 USE_GITHUB=	yes
 GH_ACCOUNT=	ubuntu-mate
 USE_GNOME=	gtk30 libwnck3
+AUTOMAKE_ARGS= --add-missing
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-gtk3
 INSTALLS_ICONS=	yes
-INSTALL_TARGET=	install-strip
+# INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.mate.panel.applet.dock.gschema.xml
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011030155.0A31tMnj066911>