diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 00:01:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 00:01:15 +0000 |
commit | fc0ff84f92ccddd922880fd3b0c5817495243a60 (patch) | |
tree | c01fd12f0955b7aae6c7dbe63654dbc2dd5da91c /audio/openal | |
parent | 33e7fb9ba6365cdb66c6fb0ac1cb6e45a4d1eab3 (diff) | |
download | pkgsrc-fc0ff84f92ccddd922880fd3b0c5817495243a60.tar.gz |
Unused.
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/buildlink2.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/openal/buildlink2.mk b/audio/openal/buildlink2.mk deleted file mode 100644 index 7f5516c6984..00000000000 --- a/audio/openal/buildlink2.mk +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/05/02 11:53:44 wiz Exp $ -# -# This Makefile fragment is included by packages that use openal. -# -# This file was created automatically using createbuildlink 2.4. -# - -.if !defined(OPENAL_BUILDLINK2_MK) -OPENAL_BUILDLINK2_MK= # defined - -BUILDLINK_PACKAGES+= openal -BUILDLINK_DEPENDS.openal?= openal>=20030125nb1 -BUILDLINK_PKGSRCDIR.openal?= ../../audio/openal - -EVAL_PREFIX+= BUILDLINK_PREFIX.openal=openal -BUILDLINK_PREFIX.openal_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.openal+= include/AL/* -BUILDLINK_FILES.openal+= lib/libopenal.* - -BUILDLINK_TARGETS+= openal-buildlink - -openal-buildlink: _BUILDLINK_USE - -.endif # OPENAL_BUILDLINK2_MK |