diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-19 06:50:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-19 06:50:46 +0000 |
commit | 828bcf67e877d7cbf1d2a20276c0b64b174b2563 (patch) | |
tree | 81c7ecbdcf79f6b8331e77eb683ef1c7bfbb79de /textproc/openjade/Makefile | |
parent | a528cc0ed91f42ed21ba0622ed0f000fd5890dc6 (diff) | |
download | pkgsrc-828bcf67e877d7cbf1d2a20276c0b64b174b2563.tar.gz |
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
Diffstat (limited to 'textproc/openjade/Makefile')
-rw-r--r-- | textproc/openjade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 50e270eb8f9..da0816b8488 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/19 05:44:39 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/19 06:50:46 minskim Exp $ # DISTNAME= openjade-1.3.2 @@ -13,6 +13,8 @@ COMMENT= SGML/XML parser toolkit and DSSSL engine, successor to "jade" USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_PERL5= build +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" |