summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-17 12:58:54 +0000
committersunpoet <sunpoet@FreeBSD.org>2016-12-17 12:58:54 +0000
commit4e6de80740bf9dd8b3a7646ff4e07f7d0bc222b1 (patch)
tree137b4cd47e0504d6b811c55b0510f5ecb1a0c8ec
parent806ea11e137b0b3f1b722d3005009c3cb6076a52 (diff)
downloadFreeBSD-ports-4e6de80740bf9dd8b3a7646ff4e07f7d0bc222b1.zip
FreeBSD-ports-4e6de80740bf9dd8b3a7646ff4e07f7d0bc222b1.tar.gz
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
-rw-r--r--lang/kawa/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile
index 763c4da..1777e04 100644
--- a/lang/kawa/Makefile
+++ b/lang/kawa/Makefile
@@ -11,9 +11,7 @@ COMMENT= Java-based Scheme implementation
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 \
OpenPOWER on IntegriCloud