svn commit: r537883 - head/x11/mate-menus

Antoine Brodin antoine at FreeBSD.org
Thu Jun 4 12:02:24 UTC 2020


Author: antoine
Date: Thu Jun  4 12:02:23 2020
New Revision: 537883
URL: https://svnweb.freebsd.org/changeset/ports/537883

Log:
  mate-menus works fine with default python
  
  With hat:	portmgr

Modified:
  head/x11/mate-menus/Makefile

Modified: head/x11/mate-menus/Makefile
==============================================================================
--- head/x11/mate-menus/Makefile	Thu Jun  4 11:37:24 2020	(r537882)
+++ head/x11/mate-menus/Makefile	Thu Jun  4 12:02:23 2020	(r537883)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mate-menus
 PORTVERSION=	1.22.1
+PORTREVISION=	1
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -18,7 +19,7 @@ LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LIB
 PORTSCOUT=	limitw:1,even
 
 USES=		gettext gmake gnome libtool localbase pathfix pkgconfig \
-		python:2.7 tar:xz
+		python tar:xz
 USE_GNOME=	glib20 intltool introspection:buid
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list