diff options
author | jlam <jlam> | 2002-09-30 23:54:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-30 23:54:07 +0000 |
commit | 58919e783f6ce92ae067abf465ca77ff6af2829c (patch) | |
tree | b85f408dac35edaa0e4f1d7177a061dd43ca6e3f /shells | |
parent | 31eddf1d58118210e893e5e10ddfafa9bf4e00f4 (diff) | |
download | pkgsrc-58919e783f6ce92ae067abf465ca77ff6af2829c.tar.gz |
Use buildlink2.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index c3432e818b2..5a5476df6fd 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/09/15 19:16:44 kim Exp $ +# $NetBSD: Makefile,v 1.39 2002/09/30 23:54:07 jlam Exp $ # DISTNAME= tcsh-6.12.00 @@ -12,6 +12,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tcsh.org/ COMMENT= Extended C-shell with many useful features +USE_BUILDLINK2= yes GNU_CONFIGURE= yes ALL_TARGET= all catalogs INSTALL_TARGET= install install.man |