diff options
author | jtb <jtb> | 2001-03-31 18:40:25 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-31 18:40:25 +0000 |
commit | 2f5f34f361d3d2c1039bd705ab08526a01efb3eb (patch) | |
tree | 9731b18824f4006f8ca96dbaa2334160d0982beb /graphics/geomview | |
parent | 2fea1bcf4feffa6afbf0c5240963e91e4dd0f06b (diff) | |
download | pkgsrc-2f5f34f361d3d2c1039bd705ab08526a01efb3eb.tar.gz |
Both packages conflict -- each has program named 'animate'. Discovered
by Lex Wennmacher's investigations.
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index e5efd934e2b..b6b60107aa2 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/29 00:02:18 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/31 18:40:25 jtb Exp $ DISTNAME= geomview-1.8.1 CATEGORIES= graphics math @@ -8,6 +8,8 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.geomview.org COMMENT= Interactive geometry viewing program +CONFLICTS= ImageMagick-* # both have a program named 'animate' + GNU_CONFIGURE= YES USE_X11= YES USE_MOTIF= YES |