svn commit: r390254 - head/security/fprint_demo
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 16:14:17 UTC 2015
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>
More information about the svn-ports-all
mailing list