diff options
author | jlam <jlam> | 2005-11-28 06:41:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-11-28 06:41:20 +0000 |
commit | 9db6c646b68577a8922b10f4abbca7b50dbfb641 (patch) | |
tree | 97d106419153be05872243d53d0c35426e7d6dc6 /print/gv | |
parent | 5ddc900951e951816aa20985beed2a888ead76f0 (diff) | |
download | pkgsrc-9db6c646b68577a8922b10f4abbca7b50dbfb641.tar.gz |
Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
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 1fb9650d317..4d98858f845 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/06/01 19:23:26 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2005/11/28 06:41:21 jlam Exp $ DISTNAME= gv-3.6.1 CATEGORIES= print @@ -9,7 +9,7 @@ HOMEPAGE= http://www.gnu.org/software/gv/ COMMENT= PostScript and PDF previewer GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake gs:run USE_MAKEINFO= yes TEXINFO_REQD= 4.2 @@ -23,5 +23,4 @@ post-extract: .endif .include "../../x11/Xaw3d/buildlink3.mk" -.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |