diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-13 20:31:28 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-13 20:31:28 +0000 |
commit | bed031a30f7a72b233f0d8740f09b05826c2deea (patch) | |
tree | e847b4cddf0aba09fd9c6b8b2d191ab5b587facd /games/crossfire | |
parent | 03ad6582d2ab316d473c2919d1fea0fa29173e7d (diff) | |
download | FreeBSD-ports-bed031a30f7a72b233f0d8740f09b05826c2deea.zip FreeBSD-ports-bed031a30f7a72b233f0d8740f09b05826c2deea.tar.gz |
USE_PERL5 (portlint)
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 11a5ddba..e235cb7 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.17 1997/09/18 14:20:45 andreas Exp $ +# $Id: Makefile,v 1.18 1997/10/04 14:53:02 andreas Exp $ # DISTNAME= crossfire-0.93.0 @@ -20,9 +20,9 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} +USE_PERL5= yes USE_IMAKE= yes PREFIX= ${LOCALBASE} |