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 /devel | |
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 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 7708bb8eb08..f1f3af3e5cc 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/11/11 18:50:24 tonio Exp $ +# $NetBSD: Makefile,v 1.40 2005/11/28 06:41:20 jlam Exp $ DISTNAME= doxygen-1.4.5.src PKGNAME= doxygen-1.4.5 @@ -12,7 +12,7 @@ COMMENT= Documentation system for C++, Java, IDL and C TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_TOOLS+= gmake perl flex +USE_TOOLS+= gmake gs:run perl flex USE_LANGUAGES= c c++ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --make ${GMAKE} @@ -36,6 +36,5 @@ post-install: .include "../../graphics/graphviz/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../mk/ghostscript.mk" .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |