From e5f17de2c41a2f1ee8ff05c729a70de365b3ef8a Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 23 Feb 2007 23:42:58 +0000 Subject: take a guess at the correct dependencies for NetBSD/x86_64 --- cad/lc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cad') diff --git a/cad/lc/Makefile b/cad/lc/Makefile index f4a14b55304..5f0b2cde9e7 100644 --- a/cad/lc/Makefile +++ b/cad/lc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/23 23:19:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/23 23:42:58 dmcmahill Exp $ DISTNAME= lc # Overridden below PKGNAME= lc-2.10 @@ -42,6 +42,10 @@ ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc .if (${MACHINE_ARCH} == "x86_64") DISTNAME= lc_amd64_lx24 +. if (${OPSYS} == "NetBSD") +DEPENDS+= suse_openmotif>=9.1:../../emulators/${SUSE_DIR_PREFIX}_openmotif +DEPENDS+= suse_x11>=9.1:../../emulators/${SUSE_DIR_PREFIX}_x11 +. endif .elif ${MACHINE_ARCH} == "mipsel" DISTNAME= lc_irix -- cgit v1.2.3