diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-27 00:45:56 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-27 00:45:56 +0000 |
commit | 412793fcfc289279f2f6ae693901e5b07954da58 (patch) | |
tree | a284668f68ae71709b84496bd9637505a72dcb79 /ports-mgmt | |
parent | dad1d34129e0f453a1625844d84bc9c818c0284d (diff) | |
download | ports-412793fcfc289279f2f6ae693901e5b07954da58.tar.gz ports-412793fcfc289279f2f6ae693901e5b07954da58.zip |
Remove net/cvsup-without-gui dependency
- It's done us well but csup is in base and fills the needs of most users.
Approved by: The old man (linimon)
Notes
Notes:
svn path=/head/; revision=186051
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/port-maintenance-tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports-mgmt/port-maintenance-tools/Makefile b/ports-mgmt/port-maintenance-tools/Makefile index 696e7c1eae1c..35d2fd0e1c6c 100644 --- a/ports-mgmt/port-maintenance-tools/Makefile +++ b/ports-mgmt/port-maintenance-tools/Makefile @@ -17,7 +17,6 @@ COMMENT= "meta-port" for administrative tools to maintain ports # note: portuprade is brought in by pkg_cutleaves RUN_DEPENDS= \ - ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \ ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ ${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/ports-mgmt/pkg_cutleaves \ ${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/ports-mgmt/pkg_tree \ |