aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 71b513d0da00..869826129f04 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pdksh
-# Date created: 23 May 1995
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pdksh
PORTVERSION= 5.2.14p2
@@ -20,6 +16,7 @@ PATCH_DIST_STRIP= -p2
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= The Public Domain Korn Shell
+
LICENSE= BSD
GNU_CONFIGURE= yes
@@ -27,6 +24,10 @@ MAN1= ksh.1
.include <bsd.port.options.mk>
+.if ${OSVERSION} >= 1000039
+BROKEN= hangs on 10.0: http://www.freebsd.org/cgi/query-pr.cgi?pr=181438
+.endif
+
.if defined(WITH_STATIC)
CONFIGURE_ENV+= LDSTATIC=-static
.endif