diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:28:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:28:01 +0800 |
commit | ffb9e4281d02e0f8a49ad45602d16418d4a2f309 (patch) | |
tree | 234905befe03943a792bafe6263235294a08361a /games | |
parent | 9000759db6f06f01337f1c2bd900ad8ff4b6b4e1 (diff) | |
download | freebsd-ports-gnome-ffb9e4281d02e0f8a49ad45602d16418d4a2f309.tar.gz freebsd-ports-gnome-ffb9e4281d02e0f8a49ad45602d16418d4a2f309.tar.zst freebsd-ports-gnome-ffb9e4281d02e0f8a49ad45602d16418d4a2f309.zip |
Convert to USES=autoreconf
Diffstat (limited to 'games')
-rw-r--r-- | games/openalchemist/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index b067ed70398c..799babc6d66d 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -22,9 +22,6 @@ LIB_DEPENDS= libclanCore.so:${PORTSDIR}/devel/clanlib1 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= aclocal automake autoconf -# Necessary to find pkg.m4 (PKG_CHECK_MODULES) -ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes @@ -32,7 +29,7 @@ USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx -USES= pkgconfig iconv shebangfix gmake +USES= autoreconf pkgconfig iconv shebangfix gmake SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO |