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 /graphics/kbarcode | |
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 'graphics/kbarcode')
-rw-r--r-- | graphics/kbarcode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index 96c32f54c0e..b4ed740a1be 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:06 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/28 06:41:20 jlam Exp $ DISTNAME= kbarcode-1.8.1 PKGREVISION= 2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.kbarcode.net/ COMMENT= KDE barcode and label printing application USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake +USE_TOOLS+= gmake gs:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes @@ -21,5 +21,4 @@ BUILDLINK_DEPENDS.kdelibs= kdelibs>=3.3.0 .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" -.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |