diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:37:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:37:23 +0000 |
commit | 46ad1237b7f44342f94126f6f7b6add2d1cd7cf5 (patch) | |
tree | 9d0596f1e552982f476c8afa66dae969702e3f1c | |
parent | fix typo (s/ printf/ sprintf/) (diff) |
Add a CONFLICT on ORBacus.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=90824
-rw-r--r-- | devel/ORBit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 37c20535c1b3..ea2b8d8f9b58 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -30,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= libIDL +CONFLICTS= ORBacus-* + post-patch: @${TOUCH} ${WRKSRC}/configure |