diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 07:15:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 07:15:18 +0000 |
commit | 3baa20b17c690190793f0db242a050d8f2dfb52a (patch) | |
tree | 72846c8aeb5446f831cbcd196a53881174a8cdb7 /textproc/btparse | |
parent | 3b3c9f672f900afdca438f78e3220907bb31ae08 (diff) | |
download | pkgsrc-3baa20b17c690190793f0db242a050d8f2dfb52a.tar.gz |
No longer used.
Diffstat (limited to 'textproc/btparse')
-rw-r--r-- | textproc/btparse/buildlink2.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/btparse/buildlink2.mk b/textproc/btparse/buildlink2.mk deleted file mode 100644 index 4e0479ddc09..00000000000 --- a/textproc/btparse/buildlink2.mk +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/11/01 04:25:19 rh Exp $ -# -# This Makefile fragment is included by packages that use btparse. -# -# This file was created automatically using createbuildlink 2.2. -# - -.if !defined(BTPARSE_BUILDLINK2_MK) -BTPARSE_BUILDLINK2_MK= # defined - -BUILDLINK_PACKAGES+= btparse -BUILDLINK_DEPENDS.btparse?= btparse>=0.33 -BUILDLINK_PKGSRCDIR.btparse?= ../../textproc/btparse - -EVAL_PREFIX+= BUILDLINK_PREFIX.btparse=btparse -BUILDLINK_PREFIX.btparse_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.btparse+= include/btparse.h -BUILDLINK_FILES.btparse+= lib/libbtparse.* - -BUILDLINK_TARGETS+= btparse-buildlink - -btparse-buildlink: _BUILDLINK_USE - -.endif # BTPARSE_BUILDLINK2_MK |