diff options
author | snj <snj> | 2004-04-11 07:15:34 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 07:15:34 +0000 |
commit | 471e7c5fb373f09dc36a604b19cfdc8415d99ef0 (patch) | |
tree | 8d889241437fe68411685ce3c9681ae8d6c28444 /converters/latex2rtf | |
parent | 1668c54d0f317ecfaf831b65ced46ec30c49f1c4 (diff) | |
download | pkgsrc-471e7c5fb373f09dc36a604b19cfdc8415d99ef0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/latex2rtf')
-rw-r--r-- | converters/latex2rtf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 9b2db25fdd5..756f81c7600 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/22 09:06:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 07:21:15 snj Exp $ # DISTNAME= latex2rtf-1.8aa @@ -10,7 +10,7 @@ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.kfa-juelich.de/isr/1/texconv/latex2rtf.html COMMENT= LaTeX to RTF converter -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined MAKE_FLAGS+= XCFLAGS="${CFLAGS}" INFO_FILES= latex2rtf.info |