From 177fcc6a779bc8f7a7b51b95a8281c0b3f63a2e1 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 1 Oct 2014 09:35:15 +0000 Subject: - Convert to USES=autoreconf - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool --- sysutils/cmockery2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/cmockery2/Makefile b/sysutils/cmockery2/Makefile index 52ac7b49f16e..cbd92c6b59ab 100644 --- a/sysutils/cmockery2/Makefile +++ b/sysutils/cmockery2/Makefile @@ -16,10 +16,8 @@ LICENSE= APACHE20 WRKSRC= ${WRKDIR}/cmockery2-${PORTVERSION} -USES= libtool:build pkgconfig -USE_AUTOTOOLS= automake autoconf aclocal libtoolize autoheader -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip -- cgit