diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-20 04:06:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-20 04:06:48 +0000 |
commit | 3cc34862ffac3e5d2cea89d9f43e57bbe864b0be (patch) | |
tree | 0c4e2a8666512f8affa90a3803458102be68d70d /converters/latex2rtf | |
parent | c0b680d2061ceffe064561026bf198ac98d26775 (diff) | |
download | pkgsrc-3cc34862ffac3e5d2cea89d9f43e57bbe864b0be.tar.gz |
Honor CC and CFLAGS settings passed in from environment. Also mark as
USE_BUILDLINK_ONLY.
Diffstat (limited to 'converters/latex2rtf')
-rw-r--r-- | converters/latex2rtf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 93cd11099b5..c70de3e098a 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:59:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/20 04:06:48 jlam Exp $ # DISTNAME= latex2rtf-1.8aa @@ -10,6 +10,10 @@ 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}" + INFO_FILES= latex2rtf.info INSTALL_TARGET= simple_install simple_cfg_install |