aboutsummaryrefslogtreecommitdiff
path: root/security/libbeid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libbeid/Makefile')
-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>