diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
commit | a3077b29abebbf3f0e0dd7f713e0cc0f3f895d01 (patch) | |
tree | 2a16c2a48f6ad51518c5f43cae392637d7a6d727 /cad | |
parent | e5b0de8ea220a963a235dec47abbe7d007bee514 (diff) | |
download | pkgsrc-a3077b29abebbf3f0e0dd7f713e0cc0f3f895d01.tar.gz |
Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gnucap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index de6ac250520..af01a2a17ed 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/03/04 12:17:48 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/03/10 10:33:38 wiz Exp $ # DISTNAME= gnucap-2006-07-08 @@ -13,6 +13,8 @@ COMMENT= General purpose circuit simulator PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= gnucap-2006-07-[0-9]* + USE_LANGUAGES= c c++ USE_TOOLS+= gmake USE_GNU_READLINE= YES |