diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:31:28 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:31:28 +0000 |
commit | 9af36255b3f7d7dde376eeeda0626469939edabd (patch) | |
tree | 4f246b3ed1d5cbb590a05e467d243d9a629e5018 /games/crossfire-server | |
parent | updated PKGNAME from bb-1.04h to bb-1.04 (diff) |
USE_PERL5 (portlint)
Notes
Notes:
svn path=/head/; revision=8246
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 11a5ddbac91c..e235cb7c65a0 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/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} |