summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-22 17:04:28 +0000
committerdrochner <drochner>2004-07-22 17:04:28 +0000
commit71c67cfdce23660f4eaee067fef09dc9b358cc18 (patch)
tree86f0ef3c250e2742b3036c941e3adcd7a73ccd75 /mail
parent047a9a9718d61c2dfb963efd38d90123eec42f79 (diff)
downloadpkgsrc-71c67cfdce23660f4eaee067fef09dc9b358cc18.tar.gz
just require "tbl", not necessarily the whole groff
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index ede1191f834..be1364eb26d 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2004/07/09 12:34:53 drochner Exp $
+# $NetBSD: Makefile,v 1.144 2004/07/22 17:04:28 drochner Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 2
@@ -19,6 +19,7 @@ USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-hesiod
+USE_TBL= yes
BUILD_DEFS+= USE_INET6
LDFLAGS+= ${CFLAGS}
@@ -86,5 +87,4 @@ post-install:
done
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../textproc/groff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"