diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-30 23:54:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-30 23:54:07 +0000 |
commit | 9a90a56fa8c02ea260e9a54e259277e5bbf4ea9d (patch) | |
tree | b85f408dac35edaa0e4f1d7177a061dd43ca6e3f /shells | |
parent | 54095f4b1487f92d239af70995d2c3143f86a635 (diff) | |
download | pkgsrc-9a90a56fa8c02ea260e9a54e259277e5bbf4ea9d.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 |