diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 16:37:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 16:37:58 +0000 |
commit | 715057ce439161adf0bd0ee31dd6b6a995a4750a (patch) | |
tree | 052741c0dd1d4541764481be3d91ed0aafa9a9ff /games | |
parent | BROKEN on 5.x: Does not install (diff) |
BROKEN: Missing dependency
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118231
Diffstat (limited to 'games')
-rw-r--r-- | games/deng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile index ad565f52b06b..6eb1bff5165f 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -16,6 +16,8 @@ COMMENT= An enhanced Doom, Heretic and Hexen source port RUN_DEPENDS= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity +BROKEN= Missing dependency + USE_REINPLACE= yes REINPLACE_ARGS= -i "" GNU_CONFIGURE= yes |