diff options
author | wiz <wiz> | 2000-11-19 14:57:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-19 14:57:54 +0000 |
commit | 4aa9612218958e14da202179fe21d7c7f667c45c (patch) | |
tree | 5ee3871e7c0732bb7f9b95cbb5c06913f4a069b4 | |
parent | ffc1016a223b854f3293cda25dc7840ae35e7815 (diff) | |
download | pkgsrc-4aa9612218958e14da202179fe21d7c7f667c45c.tar.gz |
add CONFLICTS with ORBit<=0.5.3 (which included this library)
-rw-r--r-- | devel/popt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 06583b074ce..19bbfec341d 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/31 13:33:12 wennmach Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/19 14:57:54 wiz Exp $ # DISTNAME= popt-1.2 @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.redhat.com/redhat/code/popt/ MAINTAINER= packages@netbsd.org +CONFLICTS= ORBit<=0.5.3 + GNU_CONFIGURE= yes USE_GMAKE= yes |