diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 19:41:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 19:41:49 +0000 |
commit | be8bd01f1458225f2717211c252baa0a32dcdd82 (patch) | |
tree | 73b9a9cb58fd6878cc82086d0e7a000f471f4e0b /games/egoboo/Makefile | |
parent | - Update to 1.4.3 (diff) |
- Unbreak: gmake is needed for patch stage
PR: ports/67491
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=110700
Diffstat (limited to '')
-rw-r--r-- | games/egoboo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 58d2e5e478fa..774064eb0738 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -15,7 +15,7 @@ DISTNAME= ego222 MAINTAINER= Jan.Stocker@t-online.de COMMENT= A 3d dungeon crawling adventure in the spirit of NetHack -BROKEN= "gmake is a BUILD_DEPENDS but is used in the patch phase" +PATCH_DEPENDS= gmake:${PORTSDIR}/devel/gmake WRKSRC= ${WRKDIR}/${PORTNAME} USE_SDL= sdl |