summaryrefslogtreecommitdiff
path: root/print/gv
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/gv
parent477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff)
downloadpkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 18b304e393d..0ed34c380d9 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/03/13 17:37:35 fredb Exp $
+# $NetBSD: Makefile,v 1.32 2002/09/13 06:53:40 jlam Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -11,8 +11,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/
COMMENT= PostScript and PDF previewer
-DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
-
USE_IMAKE= yes
XAW_TYPE?= 3d
@@ -30,4 +28,5 @@ post-install:
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install.doc
.include "../../mk/xaw.buildlink.mk"
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"