diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-24 20:59:32 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-24 20:59:32 +0800 |
commit | 93cc5900b07c4ff9639a0f18927521353d5163f2 (patch) | |
tree | ecb6a42df657e51d87525249107b41a733eb34b6 /textproc/xlhtml | |
parent | d7efbd6d6c4cfa3916f4a3567d7a08f9508389e0 (diff) | |
download | freebsd-ports-gnome-93cc5900b07c4ff9639a0f18927521353d5163f2.tar.gz freebsd-ports-gnome-93cc5900b07c4ff9639a0f18927521353d5163f2.tar.zst freebsd-ports-gnome-93cc5900b07c4ff9639a0f18927521353d5163f2.zip |
Remove USE_AUTOTOOLS
Diffstat (limited to 'textproc/xlhtml')
-rw-r--r-- | textproc/xlhtml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index 460b6f12a484..20e363049a3b 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -13,10 +13,9 @@ COMMENT= Convert Excel and PowerPoint files to HTML and text LICENSE= GPLv2 +GNU_CONFIGURE= yes USES= gmake tar:tgz -USE_AUTOTOOLS= automake14 autoconf - OPTIONS_DEFINE= DOCS post-install: |