summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 18:47:07 +0000
committertonio <tonio>2005-11-08 18:47:07 +0000
commit73660f298dea453acb955027a1189a8c0a974481 (patch)
tree49ff17b00049bb7e702ae80db7c6e8ec97faa80b /devel
parentb6e79137e35c4ca4a45f6e1497e27b549371a0de (diff)
downloadpkgsrc-73660f298dea453acb955027a1189a8c0a974481.tar.gz
Adapted to use tex.buildlink3.mk
set LATEX_ACCEPTED = teTeX1 teTeX2 teTeX3
Diffstat (limited to 'devel')
-rw-r--r--devel/doxygen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 801d78860c2..0bb5941079d 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/10/13 12:15:57 markd Exp $
+# $NetBSD: Makefile,v 1.38 2005/11/08 18:47:07 tonio Exp $
DISTNAME= doxygen-1.4.5.src
PKGNAME= doxygen-1.4.5
@@ -10,8 +10,7 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.doxygen.org/
COMMENT= Documentation system for C++, Java, IDL and C
-DEPENDS+= teTeX-[0-9]*:../../print/teTeX
-
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= gmake perl flex
USE_LANGUAGES= c c++
@@ -38,4 +37,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"