summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-03-17 14:08:48 +0000
committerjperkin <jperkin@pkgsrc.org>2015-03-17 14:08:48 +0000
commit9ed7e8515ab899b43c5c0769c77b73b58ef3f15f (patch)
tree8e0f18ccd1bc0ad46f66205650b42fca679fb856
parentf04f210e5504c76e3cc5fc478f0b7912d2e53055 (diff)
downloadpkgsrc-9ed7e8515ab899b43c5c0769c77b73b58ef3f15f.tar.gz
Package requires GCC runtime.
-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