aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/fprint_demo/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile
index 2cac74de2610..b4d272c0c13f 100644
--- a/security/fprint_demo/Makefile
+++ b/security/fprint_demo/Makefile
@@ -13,10 +13,8 @@ COMMENT= Demo and test application for libfprint
LIB_DEPENDS= libfprint.so:${PORTSDIR}/security/libfprint
-USE_AUTOTOOLS= autoconf automake
-AUTOMAKE_ARGS= -a
GNU_CONFIGURE= yes
-USES= pkgconfig desktop-file-utils
+USES= autoreconf pkgconfig desktop-file-utils
USE_GNOME= atk glib20 gtk20 pango
INSTALLS_ICONS= yes
@@ -26,7 +24,4 @@ CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto
CFLAGS+= -DHAVE_MEMMEM
-pre-configure:
- cd ${WRKDIR} && ${ACLOCAL}
-
.include <bsd.port.mk>