diff options
author | garga <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
commit | 753a45ccad0420f4862a7c9b142f2dbba12fb0b9 (patch) | |
tree | f3e5120082665ff48535d573c7d999d9f3c937a8 /textproc/cdiff/Makefile | |
parent | e17fe0608069596856899f748fd17841e214b700 (diff) | |
download | FreeBSD-ports-753a45ccad0420f4862a7c9b142f2dbba12fb0b9.zip FreeBSD-ports-753a45ccad0420f4862a7c9b142f2dbba12fb0b9.tar.gz |
Change my ports to USES (gmake|perl5)
Diffstat (limited to 'textproc/cdiff/Makefile')
-rw-r--r-- | textproc/cdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 9b5930f..e2eff84 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -14,7 +14,7 @@ COMMENT= Diff readability enhancer for color terminals NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 SRC= ${.CURDIR}/src |