Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 12:58:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428756 - head/lang/kawa
Message-ID:  <201612171258.uBHCwshV080498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 17 12:58:54 2016
New Revision: 428756
URL: https://svnweb.freebsd.org/changeset/ports/428756

Log:
  - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS

Modified:
  head/lang/kawa/Makefile

Modified: head/lang/kawa/Makefile
==============================================================================
--- head/lang/kawa/Makefile	Sat Dec 17 12:58:50 2016	(r428755)
+++ head/lang/kawa/Makefile	Sat Dec 17 12:58:54 2016	(r428756)
@@ -11,9 +11,7 @@ COMMENT=	Java-based Scheme implementatio
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
-
-USES=		gmake readline
+USES=		gmake makeinfo readline
 USE_JAVA=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-kawa-frontend \



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