diff options
author | tv <tv> | 2005-04-12 15:11:18 +0000 |
---|---|---|
committer | tv <tv> | 2005-04-12 15:11:18 +0000 |
commit | e59f62409400727cc1275dcb2f03f82b7bb7face (patch) | |
tree | e2d5eea94126831e88efde97eb6f342a41ccd80c /textproc | |
parent | c4557fc889232038b7d1856fd46701d02d6de659 (diff) | |
download | pkgsrc-e59f62409400727cc1275dcb2f03f82b7bb7face.tar.gz |
Nuke USE_BUILDLINK3 (some files missed in megacommit).
Diffstat (limited to 'textproc')
-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" |