diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-06-17 16:03:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-06-17 16:03:42 +0000 |
commit | 8b2d8a4bb6d401dc32ee40499507d0fcd822b896 (patch) | |
tree | 7439d4454bf8ab596d47f893b39d718bb328210e | |
parent | 8e145f0dd4777c8fdd6e1a73c532f3e038fc4cf7 (diff) | |
download | pkgsrc-8b2d8a4bb6d401dc32ee40499507d0fcd822b896.tar.gz |
freetype is in graphics, not print
-rw-r--r-- | graphics/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 739f605eef0..9dcc6f16673 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/06/17 13:20:38 itojun Exp $ +# $NetBSD: Makefile,v 1.10 1999/06/17 16:03:42 hubertf Exp $ DISTNAME= magicpoint-1.05a CATEGORIES= x11 graphics @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ MAINTAINER= itojun@itojun.org HOMEPAGE= http://www.Mew.org/mgp/ -DEPENDS= freetype-1.1:${.CURDIR}/../../print/freetype +DEPENDS= freetype-1.1:${.CURDIR}/../../graphics/freetype CONFLICTS= mgp-* magicpoint-1.04a |