diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-19 01:37:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-19 01:37:58 +0000 |
commit | 1689be0975237bce5620d3f87c4ea2cad3c095a4 (patch) | |
tree | 3477699bbfcb24357393b28a07812dca88000fcb /audio/tremor | |
parent | 35555e8d89b0547c65c2303dd8af83d534474dca (diff) | |
download | pkgsrc-1689be0975237bce5620d3f87c4ea2cad3c095a4.tar.gz |
Unused.
Diffstat (limited to 'audio/tremor')
-rw-r--r-- | audio/tremor/buildlink2.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/tremor/buildlink2.mk b/audio/tremor/buildlink2.mk deleted file mode 100644 index 618c72c8a27..00000000000 --- a/audio/tremor/buildlink2.mk +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/09/24 09:49:03 chris Exp $ - -.if !defined(TREMOR_BUILDLINK2_MK) -TREMOR_BUILDLINK2_MK= # defined - -BUILDLINK_PACKAGES+= tremor -BUILDLINK_DEPENDS.tremor?= tremor>=1.0.2 -BUILDLINK_PKGSRCDIR.tremor?= ../../audio/tremor - -EVAL_PREFIX+= BUILDLINK_PREFIX.tremor=tremor -BUILDLINK_PREFIX.tremor_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.tremor= include/tremor/* -BUILDLINK_FILES.tremor+= lib/libvorbisidec.* - -BUILDLINK_TARGETS+= tremor-buildlink - -tremor-buildlink: _BUILDLINK_USE - -.endif # TREMOR_BUILDLINK2_MK |