diff options
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index df95e651649..fbae882c557 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/10/03 21:57:49 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2012/10/25 06:56:02 asau Exp $ DISTNAME= latex2html-2008 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex @@ -21,7 +19,6 @@ DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm USE_TOOLS+= gs:run perl:run GNU_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |