From 4b701be57c8ecf6f1426311eeb71e3bfee17b17d Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 21 Jun 2015 16:14:16 +0000 Subject: Convert to USES=autoreconf --- security/fprint_demo/Makefile | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit