diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-24 20:57:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-24 20:57:24 +0800 |
commit | 333f16bdda752c927919e50ad11985c07c6faffb (patch) | |
tree | 918af0d25db3b30809035e4be59b1a5e3f56a7c2 /textproc/perl2html | |
parent | 8702f8b23d41bdfec7ec6c71ba6f077d9e40242f (diff) | |
download | freebsd-ports-gnome-333f16bdda752c927919e50ad11985c07c6faffb.tar.gz freebsd-ports-gnome-333f16bdda752c927919e50ad11985c07c6faffb.tar.zst freebsd-ports-gnome-333f16bdda752c927919e50ad11985c07c6faffb.zip |
Remove USE_AUTOTOOLS
Diffstat (limited to 'textproc/perl2html')
-rw-r--r-- | textproc/perl2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index 0b2713c5551f..3f948f3d623e 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -13,7 +13,7 @@ COMMENT= Perl sources to HTML converter LICENSE= GPLv2 -USE_AUTOTOOLS= autoconf213 +GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |