Date: Sun, 24 Dec 2017 13:45:17 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457161 - head/games/bombherman Message-ID: <201712241345.vBODjHE3098660@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Dec 24 13:45:17 2017 New Revision: 457161 URL: https://svnweb.freebsd.org/changeset/ports/457161 Log: Convert to USES=autoreconf. Modified: head/games/bombherman/Makefile Modified: head/games/bombherman/Makefile ============================================================================== --- head/games/bombherman/Makefile Sun Dec 24 13:38:02 2017 (r457160) +++ head/games/bombherman/Makefile Sun Dec 24 13:45:17 2017 (r457161) @@ -22,11 +22,10 @@ GH_ACCOUNT= Keruspe GH_PROJECT= Bomb-her-man GH_TAGNAME= 8f5aa22 -USES= gmake pkgconfig +USES= autoreconf gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= cairo intltool librsvg2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:env ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include @@ -48,11 +47,6 @@ NLS_USES= gettext # Wrong versioning upstream PORTSCOUT= ignore:1 - -.include <bsd.port.options.mk> - -pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) post-install: .for s in ${ICON_SIZES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241345.vBODjHE3098660>