Date: Fri, 27 Jun 2014 22:22:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359618 - head/sysutils/prelink Message-ID: <201406272222.s5RMMlQm045609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 27 22:22:47 2014 New Revision: 359618 URL: http://svnweb.freebsd.org/changeset/ports/359618 QAT: https://qat.redports.org/buildarchive/r359618/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/sysutils/prelink/Makefile Modified: head/sysutils/prelink/Makefile ============================================================================== --- head/sysutils/prelink/Makefile Fri Jun 27 22:18:56 2014 (r359617) +++ head/sysutils/prelink/Makefile Fri Jun 27 22:22:47 2014 (r359618) @@ -3,6 +3,7 @@ PORTNAME= prelink PORTVERSION= 20111012 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.redhat.com/jakub/prelink/ @@ -12,9 +13,9 @@ COMMENT= ELF prelinking utility to speed LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize libtool +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -c -a CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406272222.s5RMMlQm045609>