diff options
author | jlam <jlam> | 2002-09-13 06:53:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-13 06:53:31 +0000 |
commit | 0e88f68123b0cbf591a55ff3f2dc17788134b1e6 (patch) | |
tree | d2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/gv | |
parent | 70ade79ba197431c4d16782f3892017ba3016646 (diff) | |
download | pkgsrc-0e88f68123b0cbf591a55ff3f2dc17788134b1e6.tar.gz |
Use ghostscript.mk.
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 5 |
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" |