diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 12:58:56 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 12:58:56 +0800 |
commit | 869cbb6e22c28a33ddb4a01f250bf10c87f99ea9 (patch) | |
tree | 74eb2dc27b6a1acf2c61b9bfa743c83d524018bb /games | |
parent | f7b066caacd217e1959c47ed83e398d78b54efdc (diff) | |
download | freebsd-ports-gnome-869cbb6e22c28a33ddb4a01f250bf10c87f99ea9.tar.gz freebsd-ports-gnome-869cbb6e22c28a33ddb4a01f250bf10c87f99ea9.tar.zst freebsd-ports-gnome-869cbb6e22c28a33ddb4a01f250bf10c87f99ea9.zip |
Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more.
Diffstat (limited to 'games')
-rw-r--r-- | games/bzflag/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 2b412fb7cb89..4efccce73e91 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -18,6 +18,7 @@ COMMENT= A multiplayer 3D tank battle game USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes +USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |