diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
commit | 7e223b85118f24db9d6d99ba140621d85e2af079 (patch) | |
tree | d79f93c82dac5aec16534db50c252c8339ae3e0c /games/gracer | |
parent | - Update to version 1.7.9 (diff) |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
Notes
Notes:
svn path=/head/; revision=94477
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index d7d0960a4db3..fd57c9b88c8f 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ tcl82.1:${PORTSDIR}/lang/tcl82 USE_MESA= YES -USE_PERL= yes +USE_PERL5_BUILD=yes USE_AUTOCONF_VER=213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/tcl8.2 \ |