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/bomberinstinct | |
parent | 97df660718094932aa2f31a2c7235a8f991b8286 (diff) |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
Notes
Notes:
svn path=/head/; revision=94477
Diffstat (limited to 'games/bomberinstinct')
-rw-r--r-- | games/bomberinstinct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 659b588004e8..b4ae388256df 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -23,7 +23,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes USE_LIBTOOL= yes -USE_PERL= yes +USE_PERL5_BUILD=yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" |