svn commit: r457161 - head/games/bombherman

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 13:45:19 UTC 2017


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}


More information about the svn-ports-head mailing list