Date: Sun, 21 Jun 2015 15:37:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390245 - head/games/frobtads Message-ID: <201506211537.t5LFbHsJ020280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jun 21 15:37:16 2015 New Revision: 390245 URL: https://svnweb.freebsd.org/changeset/ports/390245 Log: Convert to USES=autoreconf Modified: head/games/frobtads/Makefile Modified: head/games/frobtads/Makefile ============================================================================== --- head/games/frobtads/Makefile Sun Jun 21 15:32:42 2015 (r390244) +++ head/games/frobtads/Makefile Sun Jun 21 15:37:16 2015 (r390245) @@ -16,14 +16,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ CONFLICTS= tads-2.* -USES= gmake -USE_AUTOTOOLS= automake autoconf +USES= autoreconf gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lcompat -pre-configure: - (cd ${WRKSRC}; ${SH} bootstrap) - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211537.t5LFbHsJ020280>