aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2017-12-23 23:00:27 +0800
committertijl <tijl@FreeBSD.org>2017-12-23 23:00:27 +0800
commitfc8c4d0ae4d095236160949694cc2ae9c24b35c6 (patch)
treebad37db65756992b18906815ca3daf64b113d717 /security
parent7c33a140263c79d52a68682e4628dff9bd9ab814 (diff)
downloadfreebsd-ports-gnome-fc8c4d0ae4d095236160949694cc2ae9c24b35c6.tar.gz
freebsd-ports-gnome-fc8c4d0ae4d095236160949694cc2ae9c24b35c6.tar.zst
freebsd-ports-gnome-fc8c4d0ae4d095236160949694cc2ae9c24b35c6.zip
Convert to USES=autoreconf.
Diffstat (limited to 'security')
-rw-r--r--security/md5deep/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile
index bf918e582fd1..a225acab2ca1 100644
--- a/security/md5deep/Makefile
+++ b/security/md5deep/Makefile
@@ -16,11 +16,7 @@ GH_PROJECT= hashdeep
GH_TAGNAME= cd2ed74
USE_GITHUB= yes
-USE_AUTOTOOLS= autoconf:env autoheader:env automake:env aclocal:env
-USES= gmake
+USES= autoreconf gmake
GNU_CONFIGURE= yes
-pre-configure:
- (cd ${WRKSRC}; ${SH} bootstrap.sh)
-
.include <bsd.port.mk>