diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-08-23 00:17:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-08-23 00:17:57 +0000 |
commit | c341d4e105f8bae15832205f9e325773abb87ba6 (patch) | |
tree | 32d5c02b4818b52557a51ec5b7f437882c4a887b | |
parent | 6a6a51be24a628caab50183797b0ff0d49e8c994 (diff) | |
download | freebsd-ports-c341d4e105f8bae15832205f9e325773abb87ba6.zip |
s/BUILD_DEPENDS/RUN_DEPENDS/ so that the dependency on a cvsup binary
is properly handled.
-rw-r--r-- | net/cvsupit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index bbfe2083578b..61e6f33fd8fc 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 |