diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-28 06:41:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-28 06:41:20 +0000 |
commit | e6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f (patch) | |
tree | 97d106419153be05872243d53d0c35426e7d6dc6 /graphics/pstoedit | |
parent | ec87e5b5a9978501b8e3859f3bbbcb61cf88d32c (diff) | |
download | pkgsrc-e6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f.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 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 8babaa11b5d..16c09854b7b 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/08/19 15:49:52 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2005/11/28 06:41:21 jlam Exp $ DISTNAME= pstoedit-3.41 CATEGORIES= converters graphics print @@ -12,6 +12,9 @@ RESTRICTED?= "The author writes: If you include this program on a CDROM, please NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +# XXX Avoid hard dependency on Ghostscript +#USE_TOOLS+= gs:run + USE_LIBTOOL= yes USE_LANGUAGES= c++ GNU_CONFIGURE= yes @@ -37,6 +40,4 @@ post-install: .include "../../graphics/plotutils/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" -# XXX avoid hard dependency -#.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |