diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
commit | 06fbe8022823a31fee874824dbd6b6edc319d190 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /lang/picoc | |
parent | fde8d225baec550babca88cd47f6809f2c52cc95 (diff) | |
download | freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.gz freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.zst freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.zip |
Convert to USES=gmake
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 |