pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/cdparanoia as this is ONLY_FOR_PLATFORM Linux an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/734917865523
branches: trunk
changeset: 462891:734917865523
user: grant <grant%pkgsrc.org@localhost>
date: Sat Oct 18 11:53:48 2003 +0000
description:
as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlink
it if we're on a different platform.
diffstat:
audio/cdparanoia/buildlink2.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r da43c8367c5e -r 734917865523 audio/cdparanoia/buildlink2.mk
--- a/audio/cdparanoia/buildlink2.mk Sat Oct 18 11:51:09 2003 +0000
+++ b/audio/cdparanoia/buildlink2.mk Sat Oct 18 11:53:48 2003 +0000
@@ -1,8 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:21:46 jlam Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/10/18 11:53:48 grant Exp $
.if !defined(CDPARANOIA_BUILDLINK2_MK)
CDPARANOIA_BUILDLINK2_MK= # defined
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
BUILDLINK_PACKAGES+= cdparanoia
BUILDLINK_DEPENDS.cdparanoia?= cdparanoia>=3.0
BUILDLINK_PKGSRCDIR.cdparanoia?= ../../audio/cdparanoia
@@ -16,5 +19,6 @@
BUILDLINK_TARGETS+= cdparanoia-buildlink
cdparanoia-buildlink: _BUILDLINK_USE
+.endif # OPSYS == Linux || NetBSD
.endif # CDPARANOIA_BUILDLINK2_MK
Home |
Main Index |
Thread Index |
Old Index