svn commit: r317243 - head/deskutils/menumaker

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:40:24 UTC 2013


Author: bapt
Date: Fri May  3 20:40:23 2013
New Revision: 317243
URL: http://svnweb.freebsd.org/changeset/ports/317243

Log:
  Fix build with bmake

Modified:
  head/deskutils/menumaker/Makefile

Modified: head/deskutils/menumaker/Makefile
==============================================================================
--- head/deskutils/menumaker/Makefile	Fri May  3 20:39:58 2013	(r317242)
+++ head/deskutils/menumaker/Makefile	Fri May  3 20:40:23 2013	(r317243)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	menumaker
-# Date created:				2007-03-21
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD$
-#
 
 PORTNAME=	menumaker
 PORTVERSION=	0.99.7
@@ -14,6 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Menu generator for X Window Managers and desktop environments
 
 USE_PYTHON=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 INFO=		mmaker


More information about the svn-ports-all mailing list