diff options
author | drochner <drochner@pkgsrc.org> | 2004-07-22 17:04:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-07-22 17:04:28 +0000 |
commit | 0ed83abfac3a7c823f6686bb56df05c3ea60ace9 (patch) | |
tree | 86f0ef3c250e2742b3036c941e3adcd7a73ccd75 /mail | |
parent | f944e0044fc2d67da4c5ccd4c8eb26c91413b8cc (diff) | |
download | pkgsrc-0ed83abfac3a7c823f6686bb56df05c3ea60ace9.tar.gz |
just require "tbl", not necessarily the whole groff
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
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" |