diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:28:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:28:01 +0000 |
commit | a6d5d0028b72aab671ec173b27828348fd6f0a33 (patch) | |
tree | 234905befe03943a792bafe6263235294a08361a /games/openalchemist | |
parent | 319d3633b38ea9c57ceebed23472278aaa665435 (diff) | |
download | ports-a6d5d0028b72aab671ec173b27828348fd6f0a33.tar.gz ports-a6d5d0028b72aab671ec173b27828348fd6f0a33.zip |
Notes
Diffstat (limited to 'games/openalchemist')
-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 |