aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-22 00:14:16 +0800
committerbapt <bapt@FreeBSD.org>2015-06-22 00:14:16 +0800
commit4b701be57c8ecf6f1426311eeb71e3bfee17b17d (patch)
treeb2166eb7c28460a35f532f9a098620dcff8f7326
parent937fcdefb2dca5fe4924914ee62864731ad834b0 (diff)
downloadfreebsd-ports-gnome-4b701be57c8ecf6f1426311eeb71e3bfee17b17d.tar.gz
freebsd-ports-gnome-4b701be57c8ecf6f1426311eeb71e3bfee17b17d.tar.zst
freebsd-ports-gnome-4b701be57c8ecf6f1426311eeb71e3bfee17b17d.zip
Convert to USES=autoreconf
-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>