diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-01 17:35:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-01 17:35:15 +0800 |
commit | 177fcc6a779bc8f7a7b51b95a8281c0b3f63a2e1 (patch) | |
tree | a168b7849854121a7f7baf1033ff7b90e6598b6e /sysutils | |
parent | 6eafe7e3dc0b30844db237682a19c10645ce12b7 (diff) | |
download | freebsd-ports-gnome-177fcc6a779bc8f7a7b51b95a8281c0b3f63a2e1.tar.gz freebsd-ports-gnome-177fcc6a779bc8f7a7b51b95a8281c0b3f63a2e1.tar.zst freebsd-ports-gnome-177fcc6a779bc8f7a7b51b95a8281c0b3f63a2e1.zip |
- Convert to USES=autoreconf
- Remove :build from USES=libtool because this port does not need
/usr/local/bin/libtool
Diffstat (limited to 'sysutils')
-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 |