diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
commit | a11c1c79057b02841219a7ab9f3e32fd8a76ab8b (patch) | |
tree | 536350636976440740fae50f46ee1fe4398bb172 /converters/rtf2html/Makefile | |
parent | 0021ad264db40c8a1f4c18418905e537adc31c8e (diff) | |
download | pkgsrc-a11c1c79057b02841219a7ab9f3e32fd8a76ab8b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/rtf2html/Makefile')
-rw-r--r-- | converters/rtf2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/rtf2html/Makefile b/converters/rtf2html/Makefile index 534c253c946..8e45d9387fa 100644 --- a/converters/rtf2html/Makefile +++ b/converters/rtf2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:27:34 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 07:44:14 snj Exp $ # DISTNAME= rtf2html @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.45.free.net/~vitus/ice/catdoc/ COMMENT= Rich Text to HTML file converter -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined ALL_TARGET= rtf2html MAKE_FLAGS+= CFLAGS="${CFLAGS}" |