diff options
author | jkh <jkh@FreeBSD.org> | 2000-08-23 00:17:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-08-23 00:17:57 +0000 |
commit | f7f37312031ba074aef058051624a31216bf52e9 (patch) | |
tree | 6729d6ad87c5d0b785b3458ed77d4ed9b0c8142e | |
parent | 5792b53c5d456b75fd061f98ade901e20313db95 (diff) | |
download | FreeBSD-ports-f7f37312031ba074aef058051624a31216bf52e9.zip FreeBSD-ports-f7f37312031ba074aef058051624a31216bf52e9.tar.gz |
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 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 |