diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /shells/zsh/Makefile.common | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'shells/zsh/Makefile.common')
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index f6504489440..43802646dab 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2005/04/07 14:16:41 adam Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/04/11 21:47:21 tv Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -14,7 +14,6 @@ MAINTAINER= ${ZSH_MAINTAINER} HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell -USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |