diff options
Diffstat (limited to 'games/crossfire')
-rw-r--r-- | games/crossfire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index ad067a9ed189..b6c2040ab4e9 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/04/20 13:52:22 wosch Exp $ +# $Id: Makefile,v 1.13 1997/05/06 14:28:41 jfitz Exp $ # DISTNAME= crossfire-0.93.0 @@ -22,7 +22,7 @@ MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} USE_IMAKE= yes |