diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 13:44:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 13:44:31 +0000 |
commit | 6151b40b59c5db815c5ece27fc485acdac899308 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /lang/picoc | |
parent | 01d6c7d5de9ef5e16b483c8f8ae6035cc85e18e1 (diff) | |
download | ports-6151b40b59c5db815c5ece27fc485acdac899308.tar.gz ports-6151b40b59c5db815c5ece27fc485acdac899308.zip |
Notes
Diffstat (limited to 'lang/picoc')
-rw-r--r-- | lang/picoc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 9c3076e3682b..4531209ca929 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: picoc -# Date created: 2010-09-03 -# Whom: Bapt <bapt@FreeBSD.org> -# +# Created by: Bapt <bapt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= picoc PORTVERSION= 2.1 @@ -15,8 +11,8 @@ COMMENT= Very small C interpreter for scripting LICENSE= BSD +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes PLIST_FILES= bin/picoc |