diff options
Diffstat (limited to 'misc/siag/Makefile')
-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 |