From bf33aa2ef05f593f9f73a585a1fc7b3581457ff3 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 12 Feb 2009 08:43:08 +0000 Subject: [PATCH] - missing run_depends on p5-Lchown spotted by Stephan A. Rickauer, thanks! --- net/rsnapshot/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/rsnapshot/Makefile b/net/rsnapshot/Makefile index 00adabd3027..7ecc69ba33b 100644 --- a/net/rsnapshot/Makefile +++ b/net/rsnapshot/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2008/09/27 11:54:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2009/02/12 08:43:08 ajacoutot Exp $ COMMENT= remote filesystem snapshot utility DISTNAME= rsnapshot-1.3.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= net sysutils + HOMEPAGE= http://www.rsnapshot.org/ MAINTAINER= Antoine Jacoutot @@ -16,8 +18,9 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.rsnapshot.org/downloads/ -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ::net/rsync +BUILD_DEPENDS= ::net/rsync +RUN_DEPENDS= ::net/rsync \ + ::devel/p5-Lchown PKG_ARCH= * NO_REGRESS= Yes