diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 22:45:54 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-11 22:45:54 +0800 |
commit | cd35fb4e1ee27a2770325d0dd87a6227b17df4c3 (patch) | |
tree | 9269db2b5098a5ef0f11c6448277a6751696b7e5 /x11 | |
parent | de94d62bec2fd7c326de15a99bbf1ea63900fa51 (diff) | |
download | freebsd-ports-gnome-cd35fb4e1ee27a2770325d0dd87a6227b17df4c3.tar.gz freebsd-ports-gnome-cd35fb4e1ee27a2770325d0dd87a6227b17df4c3.tar.zst freebsd-ports-gnome-cd35fb4e1ee27a2770325d0dd87a6227b17df4c3.zip |
Remove unneeded USE_AUTOTOOLS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/idesk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index e4a8ae40e0fb..297a10e52c54 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libXft.so:x11-fonts/libXft \ libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf USES= gmake pkgconfig tar:bzip2 OPTIONS_DEFINE= SHAPE SN DOCS |