diff options
author | tv <tv@pkgsrc.org> | 2005-04-12 15:11:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-12 15:11:18 +0000 |
commit | e71f8d8ead1e106b6cfdb4bf7d1a49ed5ab85182 (patch) | |
tree | e2d5eea94126831e88efde97eb6f342a41ccd80c /textproc/cawf | |
parent | f00790f35a3285d5f720469fe5d138653bf4c561 (diff) | |
download | pkgsrc-e71f8d8ead1e106b6cfdb4bf7d1a49ed5ab85182.tar.gz |
Nuke USE_BUILDLINK3 (some files missed in megacommit).
Diffstat (limited to 'textproc/cawf')
-rw-r--r-- | textproc/cawf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index 97d9e0d1cf6..2767623f25a 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/03/02 13:59:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/12 15:11:18 tv Exp $ # # Possible TODOs: # - set CH based on manual page section number, and real OS name @@ -21,7 +21,6 @@ COMMENT= Simplistic nroff-like formatter in C, like "awf" WRKSRC= ${WRKDIR} PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" |