diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 13:41:45 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 13:41:45 +0000 |
commit | ef41b95d541d44c8c9bf5179f34b6b6a5ffc5265 (patch) | |
tree | 7e41fe3783110ffbd96bae22a7bf703e40d08a36 /sysutils/zisofs-tools | |
parent | c634b26ea37ae7c83e9671cbd3958b43c5a7a74a (diff) | |
download | ports-ef41b95d541d44c8c9bf5179f34b6b6a5ffc5265.tar.gz ports-ef41b95d541d44c8c9bf5179f34b6b6a5ffc5265.zip |
Remove unneeded USE_AUTOTOOLS.
Notes
Notes:
svn path=/head/; revision=458733
Diffstat (limited to 'sysutils/zisofs-tools')
-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 |