diff options
author | tnn <tnn> | 2008-10-22 16:35:47 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-10-22 16:35:47 +0000 |
commit | 9fa172c325e82fa3f08dff3a6502e0ef346a7df3 (patch) | |
tree | 917a86dbb452b9f704e96c33a715312a027128d1 /misc | |
parent | 9e2aa073b95ccf79b6ecef29d1878c8ab433614a (diff) | |
download | pkgsrc-9fa172c325e82fa3f08dff3a6502e0ef346a7df3.tar.gz |
Teach configure how to find tools from textproc/icu
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index e4dc4165334..999c0219916 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/10/20 12:30:16 hira Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/22 16:35:47 tnn Exp $ # OO_VER= 3.0.0 @@ -79,6 +79,9 @@ LIBS+= ${LIB.${pkg}} CONFIGURE_ENV+= LIBS=${LIBS:O:u:Q} CONFIGURE_ENV+= X_LIBS=${X11_LDFLAGS:M*:Q} CONFIGURE_ENV+= BLNK_PREFIX_db4=${BUILDLINK_PREFIX.db4} +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENBRK=${PREFIX}/bin/genbrk +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENCCODE=${PREFIX}/sbin/genccode +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENCMN=${PREFIX}/sbin/gencmn CONFIGURE_ARGS+= --with-use-shell=bash CONFIGURE_ARGS+= --enable-binfilter |