summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2005-05-30 15:04:17 +0000
committeryyamano <yyamano@pkgsrc.org>2005-05-30 15:04:17 +0000
commitbc79acd5b6bc89781ce06c7e20f546dd900db9a1 (patch)
tree8851ee59a5face5e90beac71ee6ade94c279e717 /comms
parent571372cc5c641ae7272aba6c323c91be6ae9c67a (diff)
downloadpkgsrc-bc79acd5b6bc89781ce06c7e20f546dd900db9a1.tar.gz
Fix PR pkg/29868 provided by dbj.
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 8f8bbbb533f..14eb58deebe 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/04/27 16:15:24 christos Exp $
+# $NetBSD: Makefile,v 1.62 2005/05/30 15:04:17 yyamano Exp $
DISTNAME= cku211
PKGNAME= kermit-8.0.211
@@ -76,7 +76,11 @@ LIBS+= -L${PREFIX}/lib -lsocks5
.endif
.if ${OPSYS} == "Darwin"
+.if empty(OS_VERSION:M[0-6]\.*)
+BUILD_TARGET= macosx103
+.else
BUILD_TARGET= macosx10
+.endif
.elif ${OPSYS} == "Linux"
BUILD_TARGET= linux
.else