aboutsummaryrefslogtreecommitdiff
path: root/security/fprint_demo
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 16:14:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-21 16:14:16 +0000
commit6bd636a8b62f8717719ecca66a726a2196ff64c4 (patch)
treeb2166eb7c28460a35f532f9a098620dcff8f7326 /security/fprint_demo
parentdcc247826e11881355c4586eea5b286e86e00cd4 (diff)
downloadports-6bd636a8b62f8717719ecca66a726a2196ff64c4.tar.gz
ports-6bd636a8b62f8717719ecca66a726a2196ff64c4.zip
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=390254
Diffstat (limited to 'security/fprint_demo')
-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>