svn commit: r317263 - head/audio/gnuitar

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:30:21 UTC 2013


Author: bapt
Date: Fri May  3 21:30:20 2013
New Revision: 317263
URL: http://svnweb.freebsd.org/changeset/ports/317263

Log:
  Fix build with bmake

Modified:
  head/audio/gnuitar/Makefile

Modified: head/audio/gnuitar/Makefile
==============================================================================
--- head/audio/gnuitar/Makefile	Fri May  3 21:28:21 2013	(r317262)
+++ head/audio/gnuitar/Makefile	Fri May  3 21:30:20 2013	(r317263)
@@ -20,6 +20,7 @@ CONFIGURE_ARGS+=--with-gtk2 \
 TXT_DOCS=	AUTHORS COPYING FAQ INSTALL NEWS README TODO ChangeLog
 HTML_DOCS=	faq.html index.html install.html readme.html
 PORTDOCS=	${TXT_DOCS} ${HTML_DOCS}
+USE_GMAKE=	yes
 
 OPTIONS_DEFINE=	SUID DOCS
 OPTIONS_DEFAULT=	SUID


More information about the svn-ports-all mailing list