diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-21 11:39:12 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-21 11:39:12 +0000 |
commit | 1743a894f44f0fc466ae8f53f074ad92403697a0 (patch) | |
tree | 98269991649fe3c66de6a798795a829a7fe4d39f /misc | |
parent | dc0292e2e0661d34e6f707932327b17dccded6d6 (diff) | |
download | pkgsrc-1743a894f44f0fc466ae8f53f074ad92403697a0.tar.gz |
CONFLICTS between siag and siod packages
Diffstat (limited to 'misc')
-rw-r--r-- | misc/siag/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 8fb1a30d70c..eeb31c369e5 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2012/10/21 11:35:51 cheusov Exp $ +# $NetBSD: Makefile,v 1.60 2012/10/21 11:39:12 cheusov Exp $ # DISTNAME= siag-3.6.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc editors math textproc MASTER_SITES= http://siag.nu/pub/siag/ @@ -11,6 +11,8 @@ HOMEPAGE= http://siag.nu/ COMMENT= Poor man's office suite with spreadsheet, word processor, etc LICENSE= gnu-gpl-v2 +CONFLICTS= siod-[0-9]* + #DEPENDS+= gv>=3.5.8nb1:../../print/gv #DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot |