diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-02 00:12:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-02 00:12:21 +0000 |
commit | 4b07f0329bb8cb4cd36d887bc804d953520a5914 (patch) | |
tree | 455318a7177e97b36ca92f2c2ec3d06a692c66e5 /ftp | |
parent | Whoops. Bump the `required version' field also. (diff) |
Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
dependencies to perl5 in -current. This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
Notes
Notes:
svn path=/head/; revision=15765
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mirror/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index 9ddb75d0a88a..d69c683613c6 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $ +# $Id: Makefile,v 1.8 1998/08/16 00:54:39 hoek Exp $ # DISTNAME= mirror-2.9 @@ -12,11 +12,11 @@ MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ MAINTAINER= torstenb@FreeBSD.ORG +USE_PERL5= yes NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 -RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5 pre-install: ${MKDIR} ${PREFIX}/lib/mirror |