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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/jshon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile index e6c15b4b5cd7..f2a839577240 100644 --- a/textproc/jshon/Makefile +++ b/textproc/jshon/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LIB_DEPENDS= jansson:${PORTSDIR}/devel/jansson -USE_GMAKE= yes +USES= gmake USE_GITHUB= yes GH_ACCOUNT= keenerd GH_COMMIT= b21bc98 |