diff options
author | minskim <minskim> | 2004-05-19 06:50:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-19 06:50:46 +0000 |
commit | 2742f6d1a36b35610e1f3d97d68871cf9001f5c5 (patch) | |
tree | 81c7ecbdcf79f6b8331e77eb683ef1c7bfbb79de | |
parent | 9e07561495639f21887b69a0c1c6ad8b759986a6 (diff) | |
download | pkgsrc-2742f6d1a36b35610e1f3d97d68871cf9001f5c5.tar.gz |
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-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}" |