diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /games/spacejunk | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'games/spacejunk')
-rw-r--r-- | games/spacejunk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spacejunk/Makefile b/games/spacejunk/Makefile index dfc52287f0d4..310394c76640 100644 --- a/games/spacejunk/Makefile +++ b/games/spacejunk/Makefile @@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A video game about traveling in 2D planetary systems USE_SDL= sdl mixer image -USE_AUTOTOOLS= automake:110 +USE_AUTOTOOLS= automake:111 AUTOMAKE_ARGS= -i --add-missing GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes @@ -45,7 +45,7 @@ post-patch: ${WRKSRC}/libinfo/gem-uta.c @${REINPLACE_CMD} -e 's|data/|${DATADIR}/&|' ${WRKSRC}/src/*.c* @${RM} -f ${WRKSRC}/config.guess - @${REINPLACE_CMD} -e 's|1.10.1|1.10.3|' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10.1|1.11.1|' ${WRKSRC}/aclocal.m4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/spacejunk ${PREFIX}/libexec/ |