diff options
author | snj <snj> | 2004-04-18 04:41:12 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 04:41:12 +0000 |
commit | 252b1b4e0c3f829d77c37b8fb1e31a2d1d976b14 (patch) | |
tree | bc5b0b63564f72d1b055cf7753fa025c5e9fd81e /shells | |
parent | 2ff12a82fa9d8a0d716992dc4af6211aac98f906 (diff) | |
download | pkgsrc-252b1b4e0c3f829d77c37b8fb1e31a2d1d976b14.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 004766cab94..ad9c7354aed 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2004/03/30 16:09:56 minskim Exp $ +# $NetBSD: Makefile.common,v 1.10 2004/04/18 04:41:12 snj Exp $ DISTNAME= zsh-${ZSH_VERSION} PKGREVISION= 1 @@ -15,7 +15,7 @@ MAINTAINER= ${ZSH_MAINTAINER} HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES |