diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 12:58:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 12:58:09 +0000 |
commit | 7ecfde9fcb18f6fb4cb4005a4c43a4fee908ad47 (patch) | |
tree | 95f231d7451bebdcaff1a038d1ef08738e5e5d97 /textproc/c2html | |
parent | cb793ceb4b9ce8f1d961fa1f4e136ed335bb9398 (diff) |
Notes
Diffstat (limited to 'textproc/c2html')
-rw-r--r-- | textproc/c2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 6d9cc738cdea..6921751787dc 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -12,8 +12,7 @@ COMMENT= C-language sources to HTML converter LICENSE= GPLv2 -USE_AUTOTOOLS= autoconf213 - +GNU_CONFIGURE= yes PLIST_FILES= bin/c2html man/man1/c2html.1.gz PORTDOCS= AUTHORS NEWS README |