diff options
Diffstat (limited to 'graphics/fly/Makefile')
-rw-r--r-- | graphics/fly/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 9de4948934a..685c7c0b5e3 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/06/25 19:31:32 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/01 17:01:45 tron Exp $ # -DISTNAME= fly-1.6.0 +DISTNAME= fly-1.6.1 CATEGORIES= graphics www MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ @@ -9,6 +9,8 @@ MAINTAINER= bouyer@netbsd.org DEPENDS+= gd-1.3:../../graphics/gd +CONFLICTS= fly-1.6.0 + pre-install: ${MKDIR} ${PREFIX}/share/doc/fly ${MKDIR} ${PREFIX}/share/examples/fly |