diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-31 17:28:42 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-31 17:28:42 +0000 |
commit | 7daa7958c92b55dc97700159a09c83f7778e6934 (patch) | |
tree | aeacec2eff30a7f47717f816dbbcf38478f62c60 /games/yadex | |
parent | 999db6ab2fd4223b6c6c929dd83fe600c2a0638d (diff) | |
download | ports-7daa7958c92b55dc97700159a09c83f7778e6934.tar.gz ports-7daa7958c92b55dc97700159a09c83f7778e6934.zip |
Notes
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}" |