diff options
-rw-r--r-- | shells/pdksh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 7fb138218e82..52c057f2298d 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.16 1996/11/18 11:39:51 asami Exp $ +# $Id: Makefile,v 1.17 1997/10/28 15:36:37 tg Exp $ # DISTNAME= pdksh-5.2.13 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ MAINTAINER= tg@FreeBSD.ORG GNU_CONFIGURE= yes +CONFIGURE_ENV= LDSTATIC=-static MAN1= ksh.1 .include <bsd.port.mk> |