diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-19 08:34:01 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-19 08:34:01 +0000 |
commit | 391e366497dc5ef406c135e7484954058d311d06 (patch) | |
tree | 284376274e3b3287fc94145435fb906be18d7660 /textproc | |
parent | 4323e3624b0bdf9adb36e9a40ed4acde1fda6730 (diff) | |
download | pkgsrc-391e366497dc5ef406c135e7484954058d311d06.tar.gz |
These packages use c++, so add USE_LANGUAGES= c c++
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 911e32e97e3..c3d74c2ac4d 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.32 2004/03/19 08:34:01 bouyer Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 8 @@ -18,6 +18,7 @@ PATCH_DIST_STRIP= -p1 CONFLICTS+= sp-[0-9]* USE_BUILDLINK2= YES +USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES |