diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-26 21:49:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-26 21:49:39 +0000 |
commit | 21f60837bd9f3b4d0539eb87cd28fccdd26e063b (patch) | |
tree | 775d53be0a118d7f83f3950d7e144498957b1124 /mk | |
parent | 72f616458100232aad7aada66364d53efebb00d1 (diff) | |
download | pkgsrc-21f60837bd9f3b4d0539eb87cd28fccdd26e063b.tar.gz |
Don't use buildlink framework just to do a conditional dependency for a
binary tool. We can now use the tools framework for this. Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/nroff.buildlink3.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mk/nroff.buildlink3.mk b/mk/nroff.buildlink3.mk deleted file mode 100644 index 049391b2397..00000000000 --- a/mk/nroff.buildlink3.mk +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: nroff.buildlink3.mk,v 1.1 2005/03/15 04:45:50 tv Exp $ -# -# This fragment provides a NROFF macro, and includes a dependency -# on textproc/groff if needed. This does not depend on the OS providing -# groff; if any system-supplied nroff is available, it is accepted. -# - -.include "../../mk/bsd.prefs.mk" - -.if !defined(NROFF) -. if exists(/usr/bin/nroff) -NROFF?= /usr/bin/nroff -. else -. include "../../textproc/groff/buildlink3.mk" -NROFF?= ${BUILDLINK_PREFIX.groff}/bin/nroff -. endif -.endif |