diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-03 17:38:27 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-03 17:38:27 +0000 |
commit | 64c9904eed03fedafc748039ef2c39ea9632292e (patch) | |
tree | 7c96154099a62680c403c9524a3d1f202780bb03 /graphics/geomview/Makefile | |
parent | dce3dd1304e67198c22f4aef84c724733c1556c5 (diff) | |
download | pkgsrc-64c9904eed03fedafc748039ef2c39ea9632292e.tar.gz |
This package used to conflict with ImageMagick since they both install a
program called "animate". By renaming the program to "gv-animate" in this
version, we can resolve the conflict. Bump PKG_REVISION for better
compatibility.
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 44609490596..b45761cbba6 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/07/03 13:40:28 seb Exp $ +# $NetBSD: Makefile,v 1.24 2003/07/03 17:38:27 jschauma Exp $ DISTNAME= geomview-1.8.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geomview/} @@ -9,8 +9,6 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.geomview.org COMMENT= Interactive geometry viewing program -CONFLICTS= ImageMagick-[0-9]* # both have a program named 'animate' - USE_BUILDLINK2= yes USE_X11BASE= yes GNU_CONFIGURE= yes |