Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 16:14:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390254 - head/security/fprint_demo
Message-ID:  <201506211614.t5LGEGGJ040021@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 16:14:16 2015
New Revision: 390254
URL: https://svnweb.freebsd.org/changeset/ports/390254

Log:
  Convert to USES=autoreconf

Modified:
  head/security/fprint_demo/Makefile

Modified: head/security/fprint_demo/Makefile
==============================================================================
--- head/security/fprint_demo/Makefile	Sun Jun 21 16:12:25 2015	(r390253)
+++ head/security/fprint_demo/Makefile	Sun Jun 21 16:14:16 2015	(r390254)
@@ -13,10 +13,8 @@ COMMENT=	Demo and test application for l
 
 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${OPENSS
 		CRYPTO_LIBS=-lcrypto
 CFLAGS+=	-DHAVE_MEMMEM
 
-pre-configure:
-	cd ${WRKDIR} && ${ACLOCAL}
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211614.t5LGEGGJ040021>