aboutsummaryrefslogtreecommitdiff
path: root/security/libbeid
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-18 12:58:34 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-18 12:58:34 +0000
commitd32714f4af055b4595f6a8d47e2cdbf066539f1f (patch)
tree129f59c831442347e16677b0930fa5747c496c23 /security/libbeid
parentf2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff)
downloadports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.tar.gz
ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=384225
Diffstat (limited to 'security/libbeid')
-rw-r--r--security/libbeid/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/libbeid/Makefile b/security/libbeid/Makefile
index 85e746b318a4..86c6c3377132 100644
--- a/security/libbeid/Makefile
+++ b/security/libbeid/Makefile
@@ -12,8 +12,7 @@ LICENSE= LGPL3
LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
-USES= dos2unix libtool pkgconfig tar:xz
-USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
+USES= autoreconf dos2unix libtool pkgconfig tar:xz
USE_GNOME= gtk20
DOS2UNIX_FILES= common/src/datafile.cpp common/src/logbase.cpp \
@@ -28,7 +27,4 @@ post-patch:
@${REINPLACE_CMD} -e '/svn_revision/d' -e '/SUBDIRS/s/xpi//' \
${WRKSRC}/Makefile.am ${WRKSRC}/configure.ac
-pre-configure:
- @(cd ${WRKSRC} && ${AUTORECONF} -i -f)
-
.include <bsd.port.mk>