diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
commit | 0ecb0840c02c37716dfe54b45902a7a09bfe4ac1 (patch) | |
tree | 5f418a82d2015efd49604b40d294e5a66c4b0bfc /graphics/cfdg | |
parent | 7a21dec23d525b7d538c8b786a36466c6f42a3fe (diff) |
Notes
Diffstat (limited to 'graphics/cfdg')
-rw-r--r-- | graphics/cfdg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile index 651af6f093e5..c709c197ec18 100644 --- a/graphics/cfdg/Makefile +++ b/graphics/cfdg/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} -USE_GMAKE= yes +USES= gmake NO_INSTALL_MANPAGES= yes |