diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /net/ORBit | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 10ac827d453..30dab890a31 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/01/16 12:05:09 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/02/20 22:48:25 hubertf Exp $ # DISTNAME= ORBit-0.3.90 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib-1.1.12:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent -CONFLICTS= ORBit-* - GNU_CONFIGURE= yes USE_LIBTOOL= yes |