diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-16 08:54:39 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-16 08:54:39 +0800 |
commit | 9af91daa7bc29377329b8ec77ff6d92f25e04553 (patch) | |
tree | 34434905a180ccf2c77e08d35bcbc0c225d7d358 /ftp/mirror | |
parent | ee0bcfb5b59b18390674982371ab9c33fa57b0d1 (diff) | |
download | freebsd-ports-gnome-9af91daa7bc29377329b8ec77ff6d92f25e04553.tar.gz freebsd-ports-gnome-9af91daa7bc29377329b8ec77ff6d92f25e04553.tar.zst freebsd-ports-gnome-9af91daa7bc29377329b8ec77ff6d92f25e04553.zip |
RUN_DEPEND on perl5, not perl5.500404.
PR: ports/7624 (Stephen J. Roznowski <sjr@home.net>, w/ patches)
Diffstat (limited to 'ftp/mirror')
-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 77bfe4200f01..9ddb75d0a88a 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp $ +# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $ # DISTNAME= mirror-2.9 @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 -RUN_DEPENDS= perl5.00404:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5 pre-install: ${MKDIR} ${PREFIX}/lib/mirror |