summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/Makefile')
-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"