diff options
author | pav <pav@FreeBSD.org> | 2003-12-17 09:37:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-17 09:37:35 +0800 |
commit | aaa5ef8eea61466cdaf72932d9c1beeda5a005a0 (patch) | |
tree | 32f60951b97dbbb2fd0f9782929e9687aef43d31 /textproc | |
parent | 5442e474239c21d32fe567b51808fab435fea031 (diff) | |
download | freebsd-ports-graphics-aaa5ef8eea61466cdaf72932d9c1beeda5a005a0.tar.gz freebsd-ports-graphics-aaa5ef8eea61466cdaf72932d9c1beeda5a005a0.tar.zst freebsd-ports-graphics-aaa5ef8eea61466cdaf72932d9c1beeda5a005a0.zip |
- Add CONFLICTS against newly added coreutils port.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/textutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index f015c28c8e7..67bc412ed44 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -17,6 +17,8 @@ COMMENT= GNU text utilities LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +CONFLICTS= coreutils-* + USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |