diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-08-17 04:00:51 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-08-17 04:00:51 +0000 |
commit | a6c4a34380cd5bf1cdb0f389c4d39fde4e5d0e8d (patch) | |
tree | cec029c3942bf90b968eb87d489ebdf9117e90a9 /cad | |
parent | f141616474852f9901dfab49e22beadfa2fcd858 (diff) | |
download | pkgsrc-a6c4a34380cd5bf1cdb0f389c4d39fde4e5d0e8d.tar.gz |
add conflict with pcb-current
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 714b518f137..01969b9a9b4 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/09 10:32:13 seb Exp $ +# $NetBSD: Makefile,v 1.23 2003/08/17 04:00:51 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -17,6 +17,8 @@ COMMENT= X11 interactive printed circuit board layout system DEPENDS+= m4>=1.4:../../devel/m4 +CONFLICTS+= pcb-current-[0-9]* + USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_IMAKE= yes |