diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-12-03 13:37:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-12-03 13:37:48 +0000 |
commit | 6fa4e5ce4dd6598d3e522e77706355811fc049b0 (patch) | |
tree | 7ea36999b4ba297ca87147feb7723779adfc600b /cad | |
parent | 58a577c8f0a6fc47798608ff97e91b8d9fab9f92 (diff) | |
download | pkgsrc-6fa4e5ce4dd6598d3e522e77706355811fc049b0.tar.gz |
remove conflict with ng-spice
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index bd2c72b336b..421262a83e5 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/10/03 00:13:13 tv Exp $ +# $NetBSD: Makefile,v 1.27 2004/12/03 13:37:48 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -13,8 +13,6 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ COMMENT= General-purpose circuit simulation program -CONFLICTS= ng-spice-[0-9]* - BUILDLINK_DEPENDS.readline= readline>=4.0 WRKSRC= ${WRKDIR} |