From a06094d497885783456bc3144ae16374af1e4ddd Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 24 Oct 1997 15:00:34 +0000 Subject: Add NetBSD RCS Id. Add NetBSD dependency on gtexinfo --- shells/zsh/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shells') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 5728aa2c664..7d7dc2c3045 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.2 1997/10/24 15:00:34 agc Exp $ # New ports collection makefile for: zsh # Version required: 3.0.5 # Date created: 11 Feb. 1995 @@ -27,6 +28,12 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo +RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo +.endif + post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ -- cgit v1.2.3