diff options
author | jlam <jlam> | 2002-11-14 23:39:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-14 23:39:09 +0000 |
commit | 62c2e984612b4cc56d6ba0005525a3c11e8431c0 (patch) | |
tree | 19850190a5698083a8dd95848de47a7bdd3ed70a /converters/latex2rtf | |
parent | 47116d346fd5470319ff7d14942b9ecbcc481320 (diff) | |
download | pkgsrc-62c2e984612b4cc56d6ba0005525a3c11e8431c0.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'converters/latex2rtf')
-rw-r--r-- | converters/latex2rtf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 80c6d23c6ed..66621f6784d 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/02/18 15:14:04 seb Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/14 23:42:26 jlam Exp $ # DISTNAME= latex2rtf-1.8aa @@ -10,9 +10,8 @@ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.kfa-juelich.de/isr/1/texconv/latex2rtf.html COMMENT= LaTeX to RTF converter -USE_BUILDLINK_ONLY= # defined -MAKE_FLAGS+= CC="${CC}" -MAKE_FLAGS+= XCFLAGS="${CFLAGS}" +USE_BUILDLINK2= # defined +MAKE_FLAGS+= XCFLAGS="${CFLAGS}" INFO_FILES= latex2rtf.info |