diff options
author | yyamano <yyamano> | 2005-05-30 15:04:17 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2005-05-30 15:04:17 +0000 |
commit | f90ad8502440294ee5f1cfcd1a7d501fc8521f8b (patch) | |
tree | 8851ee59a5face5e90beac71ee6ade94c279e717 /comms | |
parent | ce5a8bfaccbc8ee6c9b1dbe7b4c173dacae90c9b (diff) | |
download | pkgsrc-f90ad8502440294ee5f1cfcd1a7d501fc8521f8b.tar.gz |
Fix PR pkg/29868 provided by dbj.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 6 |
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 |