diff options
author | danfe <danfe@FreeBSD.org> | 2006-11-01 01:28:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-11-01 01:28:42 +0800 |
commit | fe55473ab99cf732c9646e2b594f729e280e7b6a (patch) | |
tree | da7d5f04a970866296e1c6e647251eb0df951ce7 /games/yadex | |
parent | 2f77719d75c6a9d6b3544b166c87f148c0a4a214 (diff) | |
download | freebsd-ports-gnome-fe55473ab99cf732c9646e2b594f729e280e7b6a.tar.gz freebsd-ports-gnome-fe55473ab99cf732c9646e2b594f729e280e7b6a.tar.zst freebsd-ports-gnome-fe55473ab99cf732c9646e2b594f729e280e7b6a.zip |
It turns out this one needs Perl during the build.
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 9cf32951ae26..b158ce021184 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -15,12 +15,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= A WAD-file editor, for games like Doom and Hexen -BROKEN= Does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - USE_X_PREFIX= yes USE_GMAKE= yes +USE_PERL5_BUILD= yes MAKEFILE= GNUmakefile HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" |