diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 15:13:56 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 15:13:56 +0000 |
commit | 34c7796109a07988ca0181707201e1730447c986 (patch) | |
tree | 116197ee50ef640c665d85d32695a9b21e01fc22 | |
parent | 7b927ce5590437e04f525ec0d939b11461ca12e8 (diff) | |
download | pkgsrc-34c7796109a07988ca0181707201e1730447c986.tar.gz |
Add USE_LANGUAGES=c++ to note that this package uses C++.
-rw-r--r-- | converters/tex2rtf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/tex2rtf/Makefile b/converters/tex2rtf/Makefile index ba670b9008d..39bd50ea878 100644 --- a/converters/tex2rtf/Makefile +++ b/converters/tex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/30 18:23:46 ben Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/14 15:13:56 ben Exp $ DISTNAME= tex2rtf-2.01-source PKGNAME= tex2rtf-2.01 @@ -13,6 +13,7 @@ COMMENT= LaTex-to-RTF translator WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile.unx USE_BUILDLINK3= yes +USE_LANGUAGES= c++ post-patch: ${CP} ${FILESDIR}/stringmatch.* ${WRKSRC} |