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 | e36d5f00a75ae1e01a9eb1d84b7850093b84c40b (patch) | |
tree | 775d53be0a118d7f83f3950d7e144498957b1124 /textproc | |
parent | 983335a6100ab8d836be9ad2700e355d23314a32 (diff) | |
download | pkgsrc-e36d5f00a75ae1e01a9eb1d84b7850093b84c40b.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 'textproc')
-rw-r--r-- | textproc/groff/buildlink3.mk | 20 | ||||
-rw-r--r-- | textproc/groff/builtin.mk | 13 |
2 files changed, 0 insertions, 33 deletions
diff --git a/textproc/groff/buildlink3.mk b/textproc/groff/buildlink3.mk deleted file mode 100644 index 09fd4738a90..00000000000 --- a/textproc/groff/buildlink3.mk +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/07/07 19:06:23 drochner Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -GROFF_BUILDLINK3_MK:= ${GROFF_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= groff -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngroff} -BUILDLINK_PACKAGES+= groff - -.if !empty(GROFF_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.groff+= groff>=1.19nb4 -BUILDLINK_PKGSRCDIR.groff?= ../../textproc/groff - -BUILDLINK_DEPMETHOD.groff?= build -.endif # GROFF_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/textproc/groff/builtin.mk b/textproc/groff/builtin.mk deleted file mode 100644 index 77dcc1646b0..00000000000 --- a/textproc/groff/builtin.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: builtin.mk,v 1.3 2005/03/14 19:48:52 tv Exp $ - -.if !defined(IS_BUILTIN.groff) -. if exists(/usr/bin/groff) -IS_BUILTIN.groff= yes -. else -IS_BUILTIN.groff= no -. endif -.endif # IS_BUILTIN.groff - -USE_BUILTIN.groff?= ${IS_BUILTIN.groff} -GROFF?= ${BUILDLINK_PREFIX.groff}/bin/groff -TBL?= ${BUILDLINK_PREFIX.groff}/bin/tbl |