summaryrefslogtreecommitdiff
path: root/comms/kermit
diff options
context:
space:
mode:
authoryyamano <yyamano>2005-05-30 15:04:17 +0000
committeryyamano <yyamano>2005-05-30 15:04:17 +0000
commitdb85d006e1a9221fa62f1d30b667366fd623fbe5 (patch)
tree8851ee59a5face5e90beac71ee6ade94c279e717 /comms/kermit
parent8e2bc571f71dc51547b0f31892c32774b34f4a0e (diff)
downloadpkgsrc-db85d006e1a9221fa62f1d30b667366fd623fbe5.tar.gz
Fix PR pkg/29868 provided by dbj.
Diffstat (limited to 'comms/kermit')
-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