summaryrefslogtreecommitdiff
path: root/cad/geda/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-06-19 06:37:44 +0000
committerdholland <dholland@pkgsrc.org>2011-06-19 06:37:44 +0000
commitc1502f8eb460514ab8001427b7dd4be1b9e189fb (patch)
tree1bb241a4663030435eaa74c2282443488e892d4b /cad/geda/Makefile
parentd191f9b2f455dcee9b43c8fcd244ce3266b86f81 (diff)
downloadpkgsrc-c1502f8eb460514ab8001427b7dd4be1b9e189fb.tar.gz
Explicitly disable groff configure test, so the html man pages don't
randomly come and go. PKGREVISION -> 1.
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r--cad/geda/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index d291b93c144..dc4966b09a1 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.69 2011/05/11 11:20:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.70 2011/06/19 06:37:44 dholland Exp $
#
DISTNAME= geda-gaf-1.6.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION_NOREV}/ \
http://geda.seul.org/release/v1.6/${PKGVERSION_NOREV}/
@@ -76,6 +77,10 @@ EVAL_PREFIX+= PCBDIR=pcb
CONFIGURE_ARGS+= --with-pcb-datadir=${PCBDIR}/share
USE_TOOLS+= gawk:run lex perl:run pkg-config
+# disable groff for a consistent build
+# (otherwise html man pages appear if and only if groff -Thtml works)
+CONFIGURE_ENV+= GROFF=false
+
.include "../../lang/python/application.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/gettext-lib/buildlink3.mk"