Skip to content

Commit

Permalink
Fix PR pkg/29868 provided by dbj.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamano committed May 30, 2005
1 parent 571372c commit bc79acd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion comms/kermit/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc79acd

Please sign in to comment.