diff options
author | jlam <jlam> | 2001-08-20 04:06:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-20 04:06:48 +0000 |
commit | f7cea99bf0a2be8c06c1f59b295ff332ec48a863 (patch) | |
tree | 0c4e2a8666512f8affa90a3803458102be68d70d /converters/latex2rtf | |
parent | e26930fae5fbcb6b0d144f15388f0bccaa6a6410 (diff) | |
download | pkgsrc-f7cea99bf0a2be8c06c1f59b295ff332ec48a863.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 |