diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 5e5ac5cef96dff28b97114bb74bd9ce9735628eb (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /converters/rtf2html | |
parent | bfa12b783007890b49ae53a6e73a864a1a1099ec (diff) | |
download | pkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'converters/rtf2html')
-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 8e45d9387fa..0e8cef8e722 100644 --- a/converters/rtf2html/Makefile +++ b/converters/rtf2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/11 07:44:14 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/13 21:28:27 jlam 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_BUILDLINK3= # defined +USE_BUILDLINK3= yes ALL_TARGET= rtf2html MAKE_FLAGS+= CFLAGS="${CFLAGS}" |