summaryrefslogtreecommitdiff
path: root/lang/ficl
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-03-17 14:08:48 +0000
committerjperkin <jperkin>2015-03-17 14:08:48 +0000
commit1d82e20c4ab3ced60b9cd4cb3bb4888305259b1a (patch)
tree8e0f18ccd1bc0ad46f66205650b42fca679fb856 /lang/ficl
parentd4aada46b45cab9701f0ec22e3f6ba54edfe1409 (diff)
downloadpkgsrc-1d82e20c4ab3ced60b9cd4cb3bb4888305259b1a.tar.gz
Package requires GCC runtime.
Diffstat (limited to 'lang/ficl')
-rw-r--r--lang/ficl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index 08fb0a183f1..f2ffca3f348 100644
--- a/lang/ficl/Makefile
+++ b/lang/ficl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:39 asau Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/17 14:08:48 jperkin Exp $
DISTNAME= ficl-4.1.0
CATEGORIES= lang
@@ -8,6 +8,8 @@ MAINTAINER= asau@inbox.ru
HOMEPAGE= http://ficl.sourceforge.net/
COMMENT= Forth Inspired Command Language
+USE_GCC_RUNTIME= yes
+
BUILD_TARGET= ficl
MAJOR= 4