diff options
author | tijl <tijl@FreeBSD.org> | 2018-01-11 21:41:45 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-01-11 21:41:45 +0800 |
commit | 3b9f6fd109b8ab621d4b67d72b181723369956fb (patch) | |
tree | 7e41fe3783110ffbd96bae22a7bf703e40d08a36 /sysutils | |
parent | 099a0ee450f4c59c206f33cef5325ddc73b4b6c4 (diff) | |
download | freebsd-ports-gnome-3b9f6fd109b8ab621d4b67d72b181723369956fb.tar.gz freebsd-ports-gnome-3b9f6fd109b8ab621d4b67d72b181723369956fb.tar.zst freebsd-ports-gnome-3b9f6fd109b8ab621d4b67d72b181723369956fb.zip |
Remove unneeded USE_AUTOTOOLS.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zisofs-tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile index 4b0368218411..b6766fb22109 100644 --- a/sysutils/zisofs-tools/Makefile +++ b/sysutils/zisofs-tools/Makefile @@ -12,7 +12,6 @@ COMMENT= User utilities for zisofs PORTDOCS= CHANGES COPYING INSTALL MRULES README -USE_AUTOTOOLS= autoconf USES= gmake tar:bzip2 desthack GNU_CONFIGURE= yes |