diff options
author | jkh <jkh@FreeBSD.org> | 2000-08-23 08:17:57 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-08-23 08:17:57 +0800 |
commit | f7f37312031ba074aef058051624a31216bf52e9 (patch) | |
tree | 6729d6ad87c5d0b785b3458ed77d4ed9b0c8142e /net | |
parent | 5792b53c5d456b75fd061f98ade901e20313db95 (diff) | |
download | freebsd-ports-gnome-f7f37312031ba074aef058051624a31216bf52e9.tar.gz freebsd-ports-gnome-f7f37312031ba074aef058051624a31216bf52e9.tar.zst freebsd-ports-gnome-f7f37312031ba074aef058051624a31216bf52e9.zip |
s/BUILD_DEPENDS/RUN_DEPENDS/ so that the dependency on a cvsup binary
is properly handled.
Diffstat (limited to 'net')
-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 |