Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 22:06:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383681 - head/audio/ruby-xmms2
Message-ID:  <201504092206.t39M6bHr059122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  9 22:06:36 2015
New Revision: 383681
URL: https://svnweb.freebsd.org/changeset/ports/383681

Log:
  Unbreak after conversion of master port to USES=waf
  USE_RUBY was setting CONFIGURE_TARGET before USES=waf

Modified:
  head/audio/ruby-xmms2/Makefile

Modified: head/audio/ruby-xmms2/Makefile
==============================================================================
--- head/audio/ruby-xmms2/Makefile	Thu Apr  9 21:58:40 2015	(r383680)
+++ head/audio/ruby-xmms2/Makefile	Thu Apr  9 22:06:36 2015	(r383681)
@@ -12,6 +12,7 @@ LIB_DEPENDS+=	libxmmsclient.so:${PORTSDI
 
 MASTERDIR=	${.CURDIR}/../xmms2
 
+CONFIGURE_TARGET=	configure
 USE_RUBY=	yes
 USE_GNOME=	glib20
 



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