diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
commit | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /games/openalchemist | |
parent | bb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff) | |
download | ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.tar.gz ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.zip |
Notes
Diffstat (limited to 'games/openalchemist')
-rw-r--r-- | games/openalchemist/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 597f29f10b25..6c8ef6a34785 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -22,12 +22,14 @@ LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes + +USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix +SHEBANG_FILES= openalchemist-config + 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= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix -SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO |