pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/kermit Fix linux build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2c8480641b9
branches:  trunk
changeset: 493111:a2c8480641b9
user:      christos <christos%pkgsrc.org@localhost>
date:      Wed Apr 27 16:15:24 2005 +0000

description:
Fix linux build.

diffstat:

 comms/kermit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7432c1e54523 -r a2c8480641b9 comms/kermit/Makefile
--- a/comms/kermit/Makefile     Wed Apr 27 16:02:08 2005 +0000
+++ b/comms/kermit/Makefile     Wed Apr 27 16:15:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/04/11 21:45:07 tv Exp $
+# $NetBSD: Makefile,v 1.61 2005/04/27 16:15:24 christos Exp $
 
 DISTNAME=      cku211
 PKGNAME=       kermit-8.0.211
@@ -77,6 +77,8 @@
 
 .if ${OPSYS} == "Darwin"
 BUILD_TARGET=  macosx10
+.elif ${OPSYS} == "Linux"
+BUILD_TARGET=  linux
 .else
 BUILD_TARGET=  netbsd+openssl
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index