summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-06-21 03:34:52 +0000
committerAde Lovett <ade@FreeBSD.org>2005-06-21 03:34:52 +0000
commit40aa5acc238ded363fef2bfbe5ec4d95766d75a5 (patch)
tree0a9443aa9a73b8971b1644a96f9fadb5de9358ed
parentUpdate to snapshot 20050620 (diff)
Remove USE_AUTOTOOLS from the two ports that had it erroneously defined
for some reason as part of minor cleanups before the new world order.
Notes
Notes: svn path=/head/; revision=137798
-rw-r--r--mail/quickml/Makefile1
-rw-r--r--sysutils/xfsprogs/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile
index 8568f2b552eb..2c662767ac6d 100644
--- a/mail/quickml/Makefile
+++ b/mail/quickml/Makefile
@@ -22,7 +22,6 @@ PKGINSTALL= ${WRKDIR}/pkg-install
QUICKML_USER= quickml
QUICKML_GROUP= quickml
-USE_AUTOTOOLS= yes
USE_AUTOCONF_VER= 259
GNU_CONFIGURE= yes
USE_RUBY= yes
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile
index 02834c179dca..36c27237000b 100644
--- a/sysutils/xfsprogs/Makefile
+++ b/sysutils/xfsprogs/Makefile
@@ -18,7 +18,6 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_AUTOTOOLS= yes
USE_AUTOCONF_VER= 259
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \