diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-17 14:08:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-17 14:08:48 +0000 |
commit | 347860191627c813cae4545b2aa942c844067936 (patch) | |
tree | 8e0f18ccd1bc0ad46f66205650b42fca679fb856 /lang/ficl | |
parent | 36c53a936689cf76ba6bdd0542a2270366f6ce69 (diff) | |
download | pkgsrc-347860191627c813cae4545b2aa942c844067936.tar.gz |
Package requires GCC runtime.
Diffstat (limited to 'lang/ficl')
-rw-r--r-- | lang/ficl/Makefile | 4 |
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 |