Convert to USES=autoreconf
This commit is contained in:
parent
dcc247826e
commit
6bd636a8b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390254
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user