diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-14 04:31:28 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-14 04:31:28 +0800 |
commit | bed031a30f7a72b233f0d8740f09b05826c2deea (patch) | |
tree | e847b4cddf0aba09fd9c6b8b2d191ab5b587facd /games | |
parent | 03ad6582d2ab316d473c2919d1fea0fa29173e7d (diff) | |
download | freebsd-ports-gnome-bed031a30f7a72b233f0d8740f09b05826c2deea.tar.gz freebsd-ports-gnome-bed031a30f7a72b233f0d8740f09b05826c2deea.tar.zst freebsd-ports-gnome-bed031a30f7a72b233f0d8740f09b05826c2deea.zip |
USE_PERL5 (portlint)
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 4 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 4 | ||||
-rw-r--r-- | games/crossfire/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 11a5ddbac91c..e235cb7c65a0 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/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} 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} diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index 11a5ddbac91c..e235cb7c65a0 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} |