diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-08-13 09:10:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-08-13 09:10:07 +0000 |
commit | b3bc9071a395edb45131435dab6a59900bc37936 (patch) | |
tree | 15b9e4e483901db4b7ccaf636ae638c6d529d36d /shells/ast-ksh | |
parent | 90849e069d5b374417a237d95dba1fcbee38c54f (diff) | |
download | pkgsrc-b3bc9071a395edb45131435dab6a59900bc37936.tar.gz |
This can be built on Linux. No longer restricted only for NetBSD.
Reported by Roland Illig, PR26623.
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 236b42edd60..f8aebf3e2bb 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.5 2001/11/21 01:17:43 naddy Exp $ -# $NetBSD: Makefile.common,v 1.9 2004/02/09 18:32:02 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2004/08/13 09:10:07 uebayasi Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -21,9 +21,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -# needs pdksh -ONLY_FOR_PLATFORM= NetBSD-* - ASTKSH_VERSION= 2003-07-24 WRKSRC= ${WRKDIR} |