summaryrefslogtreecommitdiff
path: root/print/mgv
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
commit1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/mgv
parent477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff)
downloadpkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'print/mgv')
-rw-r--r--print/mgv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile
index 918a6eab000..b5b79b1aadf 100644
--- a/print/mgv/Makefile
+++ b/print/mgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/25 21:50:32 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/13 06:53:42 jlam Exp $
DISTNAME= mgv-3.1.5
PKGREVISION= 1
@@ -9,8 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.trends.net/~mu/mgv.html
COMMENT= Motif/LessTif user interface for Ghostscript
-DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
-
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
@@ -26,4 +24,5 @@ post-install:
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"