diff options
author | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
commit | e9bf73717c9dc742444f0d186094ff87c3799080 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /converters/rtf2html | |
parent | 820630ac9379968b4b3a9b4034bb845c4cedcf2c (diff) | |
download | pkgsrc-e9bf73717c9dc742444f0d186094ff87c3799080.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}" |