diff options
author | cy <cy@FreeBSD.org> | 2016-09-22 14:31:30 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-09-22 14:31:30 +0800 |
commit | 744f419d0088377f905b1d66016a4378c0c8c3b0 (patch) | |
tree | 26e54eec9b480daa9a05bdefafe972ddd1f1147e /shells/44bsd-csh | |
parent | 779886979e01ff2737bb9897640923cf8973a22f (diff) | |
download | freebsd-ports-gnome-744f419d0088377f905b1d66016a4378c0c8c3b0.tar.gz freebsd-ports-gnome-744f419d0088377f905b1d66016a4378c0c8c3b0.tar.zst freebsd-ports-gnome-744f419d0088377f905b1d66016a4378c0c8c3b0.zip |
Ensure RCS is available for extract.
Diffstat (limited to 'shells/44bsd-csh')
-rw-r--r-- | shells/44bsd-csh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index e4f467f6b036..d800d8f40048 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= 44bsd-csh PORTVERSION= 20001106 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= shells MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD /bin/csh C-shell -BUILD_DEPENDS= rcs:devel/rcs57 +EXTRACT_DEPENDS= rcs:devel/rcs57 USES= tar:bzip2 NO_WRKSUBDIR= yes |