diff options
author | jlam <jlam> | 2002-08-25 21:50:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:49 +0000 |
commit | f88c97fb6e4237dd8b8a2d41b5918ffdc78e5ffc (patch) | |
tree | 60480d2945f42ce98ce907eb2bbb401a57e68d68 /shells/zsh | |
parent | 0095be0c4db1c8bb606292bae7fd4a728212ec4e (diff) | |
download | pkgsrc-f88c97fb6e4237dd8b8a2d41b5918ffdc78e5ffc.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c4685d814e7..a31d4c8a362 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/08/15 06:54:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.35 2002/08/25 21:50:50 jlam Exp $ DISTNAME= zsh-4.0.6 CATEGORIES= shells @@ -13,9 +13,10 @@ MAINTAINER= uebayasi@soum.co.jp HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell -GNU_CONFIGURE= yes -INFO_FILES= zsh.info -TEXINFO_OVERRIDE= YES +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +INFO_FILES= zsh.info +TEXINFO_OVERRIDE= yes .include "../../mk/bsd.prefs.mk" |