diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 09:35:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 09:35:15 +0000 |
commit | 03fa8e3a2a3696c34c1fb347e2fd596347209690 (patch) | |
tree | a168b7849854121a7f7baf1033ff7b90e6598b6e /sysutils/cmockery2 | |
parent | e76dd762014d91c07390943baa934d52286b47b6 (diff) | |
download | ports-03fa8e3a2a3696c34c1fb347e2fd596347209690.tar.gz ports-03fa8e3a2a3696c34c1fb347e2fd596347209690.zip |
Notes
Diffstat (limited to 'sysutils/cmockery2')
-rw-r--r-- | sysutils/cmockery2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |