summaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /textproc/latex2html
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index ff7d85e0a20..9b0127ad87d 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/09/14 07:41:52 pooka Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:27 rillig Exp $
DISTNAME= latex2html-2002-2-1
PKGNAME= latex2html-2002.2.1
@@ -14,7 +14,7 @@ DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm
USE_TOOLS+= perl:run
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"