From f7f37312031ba074aef058051624a31216bf52e9 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 23 Aug 2000 00:17:57 +0000 Subject: s/BUILD_DEPENDS/RUN_DEPENDS/ so that the dependency on a cvsup binary is properly handled. --- net/cvsupit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index bbfe208..61e6f33 100644 --- a/net/cvsupit/Makefile +++ b/net/cvsupit/Makefile @@ -12,7 +12,7 @@ DISTFILES= #empty MAINTAINER= jkh@FreeBSD.org -BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin +RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin .if (BATCH) NO_INSTALL= yes -- cgit v1.1