diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-23 23:42:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-23 23:42:58 +0000 |
commit | e5f17de2c41a2f1ee8ff05c729a70de365b3ef8a (patch) | |
tree | c4403543c692c65d930523ef269860a8fa60625b /cad | |
parent | d3a205177a3ef43cf5e4351199f146b084da17c4 (diff) | |
download | pkgsrc-e5f17de2c41a2f1ee8ff05c729a70de365b3ef8a.tar.gz |
take a guess at the correct dependencies for NetBSD/x86_64
Diffstat (limited to 'cad')
-rw-r--r-- | cad/lc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |