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-without-gui | |
parent | 139040b983172801b20f15f553dfd537a1c02e0f (diff) |
Notes
Diffstat (limited to 'net/cvsup-without-gui')
-rw-r--r-- | net/cvsup-without-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cvsup-without-gui/Makefile b/net/cvsup-without-gui/Makefile index 9163a4c701ac..9a8eff1d352e 100644 --- a/net/cvsup-without-gui/Makefile +++ b/net/cvsup-without-gui/Makefile @@ -7,5 +7,6 @@ MASTERDIR= ${.CURDIR}/../cvsup WITHOUT_X11= yes +CONFLICTS= cvsup-[0-9]* .include "${MASTERDIR}/Makefile" |