diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:21:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:21:43 +0000 |
commit | 456cec5f1f7e07484b77c8b16335959c913312db (patch) | |
tree | d186ce51f3d85765397696f5d010e80286c295bf /textproc/cwtext/Makefile | |
parent | 751de73c1614767de9e196161c87e59587557351 (diff) | |
download | ports-456cec5f1f7e07484b77c8b16335959c913312db.tar.gz ports-456cec5f1f7e07484b77c8b16335959c913312db.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355336
Diffstat (limited to 'textproc/cwtext/Makefile')
-rw-r--r-- | textproc/cwtext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile index 60bf47f094d1..c1172c0cd225 100644 --- a/textproc/cwtext/Makefile +++ b/textproc/cwtext/Makefile @@ -10,7 +10,7 @@ MAINTAINER= db@FreeBSD.org COMMENT= Morse Code Generator USE_PYTHON= yes -USE_GMAKE= yes +USES= gmake MAKEFILE= makefile ALL_TARGET= ALL |