diff options
Diffstat (limited to 'textproc/openjade')
-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 e3428fc9594..fd89a886996 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/04/22 13:44:50 obache Exp $ +# $NetBSD: Makefile,v 1.23 2011/06/10 12:05:48 obache Exp $ DISTNAME= openjade-1.3.2 PKGREVISION= 6 @@ -19,6 +19,8 @@ USE_TOOLS+= gmake perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${OPENJADE_DATA_DIR} CONFIGURE_ARGS+= --enable-default-catalog=${OPENJADE_DATA_DIR}/catalog +CONFIGURE_ARGS+= --enable-spincludedir=${BUILDLINK_PREFIX.opensp}/include/OpenSP +CONFIGURE_ARGS+= --enable-splibdir=${BUILDLINK_PREFIX.opensp}/lib CONFIGURE_ENV+= CXXFLAGS=${CFLAGS:M*:Q} SGML_CATALOGS= ${PREFIX}/share/sgml/openjade/catalog |