diff options
author | seb <seb@pkgsrc.org> | 2002-12-23 13:03:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-12-23 13:03:39 +0000 |
commit | 42603d27ce7bfdd5259271a0680a5f2cfc6531a2 (patch) | |
tree | 86fba4fd749d6369c830c384d2a84a2dc959c4c9 /shells | |
parent | d77153d2cc6455d27b6e31cebf1c56c14b5dc69e (diff) | |
download | pkgsrc-42603d27ce7bfdd5259271a0680a5f2cfc6531a2.tar.gz |
Trivially use buildlink2.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile index 175575a71e1..c7e07046ec4 100644 --- a/shells/zsh3/Makefile +++ b/shells/zsh3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/11/17 09:02:02 salo Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/23 13:03:39 seb Exp $ DISTNAME= zsh-3.0.8 CATEGORIES= shells @@ -15,6 +15,7 @@ COMMENT= The Z shell GNU_CONFIGURE= yes INFO_FILES= zsh.info TEXINFO_OVERRIDE= YES +USE_BUILDLINK2= YES .include "../../mk/bsd.prefs.mk" |