diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-02 21:47:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-02 21:47:59 +0000 |
commit | 8f6edadab4e834459805cde7998a06df91b34e59 (patch) | |
tree | c1943a3734db40a1947ab18d7a094f384968285b /converters | |
parent | 6a3f2459149bd77df2c3e4c78310380bbf63bd57 (diff) | |
download | pkgsrc-8f6edadab4e834459805cde7998a06df91b34e59.tar.gz |
This package doesn't use the compiler.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index 6357d894c02..3e53a3fa927 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/06/03 23:07:29 heinz Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/02 21:47:59 jlam Exp $ DISTNAME= Convert-TNEF-0.17 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Perl5 module interface to read TNEF files DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/TNEF/.packlist .include "../../lang/perl5/module.mk" |