diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-24 00:17:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-24 00:17:58 +0000 |
commit | 053f64df0749485d8256e7f7e1d35c39083d204b (patch) | |
tree | 389238687306a46089974cca88c3baf281f12114 /cad/lc/Makefile | |
parent | 50aeb524c8b7360a7bc0b680aa4954f642bbc598 (diff) | |
download | pkgsrc-053f64df0749485d8256e7f7e1d35c39083d204b.tar.gz |
add missing *-*-x86_64 to ONLY_FOR_PLATFORM and update distinfo with the latest
Diffstat (limited to 'cad/lc/Makefile')
-rw-r--r-- | cad/lc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/lc/Makefile b/cad/lc/Makefile index 28333ee3a70..1eeb401fe0b 100644 --- a/cad/lc/Makefile +++ b/cad/lc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/02/24 00:05:59 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/24 00:17:58 dmcmahill Exp $ DISTNAME= lc # Overridden below PKGNAME= lc-2.10 @@ -39,7 +39,7 @@ DISTFILES+= lc_solaris.tar.gz .else -ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc +ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-x86_64 .if (${MACHINE_ARCH} == "x86_64") DISTNAME= lc_amd64_lx24 |