diff options
author | jdp <jdp@FreeBSD.org> | 2001-07-21 18:45:52 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-07-21 18:45:52 +0000 |
commit | dbaf5a81648b0cbea8b7b2104644478d77525ef3 (patch) | |
tree | 83b98a241be97f5f88afc74052bd198e5d83c99b /sysutils/maint | |
parent | 69d6499e32386578b76078eccb29fe48bae5b08b (diff) | |
download | FreeBSD-ports-dbaf5a81648b0cbea8b7b2104644478d77525ef3.zip FreeBSD-ports-dbaf5a81648b0cbea8b7b2104644478d77525ef3.tar.gz |
Update ports which depend on cvsup-bin or cvsupd-bin to use the
cvsup port instead. I am removing the *-bin ports.
Diffstat (limited to 'sysutils/maint')
-rw-r--r-- | sysutils/maint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/maint/Makefile b/sysutils/maint/Makefile index 5ade7fa..2fcb582 100644 --- a/sysutils/maint/Makefile +++ b/sysutils/maint/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.dynaplex.net/opensource/software/ MAINTAINER= netman@dynaplex.net -BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin -RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin +BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup +RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup USE_PYTHON= yes NO_BUILD= yes |