diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-09-21 05:33:21 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-09-21 05:33:21 +0000 |
commit | 58d075783bd8eb16fe1f5d67c2706a96bfd29ba3 (patch) | |
tree | dcf3fba6ab495835c700964c20f2cbc05181f91c /net/cvsup | |
parent | 139040b983172801b20f15f553dfd537a1c02e0f (diff) | |
download | ports-58d075783bd8eb16fe1f5d67c2706a96bfd29ba3.tar.gz ports-58d075783bd8eb16fe1f5d67c2706a96bfd29ba3.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 3a172fabad56..2cdd137d7c1e 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -16,6 +16,7 @@ DISTNAME= cvsup-snap-${PORTVERSION} MAINTAINER= jdp@FreeBSD.org COMMENT?= General network file distribution system optimized for CVS (GUI version) +CONFLICTS?= cvsup-without-gui-[0-9]* ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 .include <bsd.port.pre.mk> |