diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-29 18:39:44 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-29 18:39:44 +0000 |
commit | 40a8f53ba9cd8f0923411c2fdd983c51f4acb843 (patch) | |
tree | 6c40431e05d5548c6ce8ab930afd14d8d275dac2 /devel/bcc | |
parent | 4a6537bd93bfc916724031e76e9a347284d6a429 (diff) |
Record conflict with ports/devel/bin86.
Approved by: joerg (maintainer)
Notes
Notes:
svn path=/head/; revision=92581
Diffstat (limited to 'devel/bcc')
-rw-r--r-- | devel/bcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index 1f3cffe2fd84..a9dd25af31de 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code +CONFLICTS= bin86-* MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1 .if !defined(NOMANCOMPRESS) MANCOMPRESSED= yes |