diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-13 13:17:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-13 13:17:23 +0000 |
commit | 0a18493b9374b537219b34d3cf43e721ce96f24c (patch) | |
tree | c2a7ee6c0e6a923d0850fc59a3d1756b31ffa36e /net/cvsup-without-gui | |
parent | 82a46c82341c70817a88d8f470029a5cfd633506 (diff) |
Notes
Diffstat (limited to 'net/cvsup-without-gui')
-rw-r--r-- | net/cvsup-without-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-without-gui/Makefile b/net/cvsup-without-gui/Makefile index 9a8eff1d352e..417fc528a5ab 100644 --- a/net/cvsup-without-gui/Makefile +++ b/net/cvsup-without-gui/Makefile @@ -7,6 +7,6 @@ MASTERDIR= ${.CURDIR}/../cvsup WITHOUT_X11= yes -CONFLICTS= cvsup-[0-9]* +SLAVE_WITHOUT_GUI= yes .include "${MASTERDIR}/Makefile" |