diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-05-11 07:50:39 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-05-11 07:50:39 +0000 |
commit | 7bacd251a53411b95b24a935d250fa87428e8b52 (patch) | |
tree | 272d65682a366cee5e7b1489ebf7d2e5d6ba1809 /games/gracer | |
parent | dcbf366ff929519eeb00f99150c7b1a0a26df766 (diff) | |
download | ports-7bacd251a53411b95b24a935d250fa87428e8b52.tar.gz ports-7bacd251a53411b95b24a935d250fa87428e8b52.zip |
Notes
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 2 | ||||
-rw-r--r-- | games/gracer/files/patch-aa | 6 | ||||
-rw-r--r-- | games/gracer/pkg-descr | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 69134f97acbe..3168fd48822c 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tcl84.1:${PORTSDIR}/lang/tcl84 + tcl82.1:${PORTSDIR}/lang/tcl82 USE_MESA= YES USE_PERL5_BUILD=yes diff --git a/games/gracer/files/patch-aa b/games/gracer/files/patch-aa index 234889d316a3..4de465a15269 100644 --- a/games/gracer/files/patch-aa +++ b/games/gracer/files/patch-aa @@ -5,7 +5,7 @@ for tcl_prefix in $tcl_prefix $exec_prefix /usr/local /usr NONE; do - if test -r $tcl_prefix/lib/tclConfig.sh; then -+ if test -r $tcl_prefix/lib/tcl8.4/tclConfig.sh; then ++ if test -r $tcl_prefix/lib/tcl8.2/tclConfig.sh; then break; fi done @@ -19,7 +19,7 @@ AC_MSG_ERROR(tclConfig.sh doesn't exist) fi -AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib]) -+AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.4]) ++AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.2]) . $file if test $TCL_MAJOR_VERSION -lt 8; then @@ -27,7 +27,7 @@ fi -TCL_CFLAGS="-I$TCL_SRC_DIR" -+TCL_CFLAGS="-I$tcl_prefix/include/tcl8.4" ++TCL_CFLAGS="-I$tcl_prefix/include/tcl8.2" TCL_LDFLAGS="$TCL_LIB_SPEC" AC_SUBST(TCL_CFLAGS) AC_SUBST(TCL_LDFLAGS) diff --git a/games/gracer/pkg-descr b/games/gracer/pkg-descr index 2c3f8aaac04b..441433812d59 100644 --- a/games/gracer/pkg-descr +++ b/games/gracer/pkg-descr @@ -12,4 +12,7 @@ Current Feature developed by Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> +[seems to work only partly now, some get wrong colours, some only get +a blank screen :( ] + WWW: http://gracer.sourceforge.net/ |