diff options
author | hira <hira@pkgsrc.org> | 2008-11-06 16:00:09 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-11-06 16:00:09 +0000 |
commit | af862465f425c954f332cc9570881e0e023c2d37 (patch) | |
tree | a7c2f0582f4398a62084551c8fbb5be2ef3586bf /misc/openoffice2/Makefile | |
parent | 1b60fce86333262e77dac4c61e13a10f0d6672fe (diff) | |
download | pkgsrc-af862465f425c954f332cc9570881e0e023c2d37.tar.gz |
Pass command paths of textproc/icu to configure.
Diffstat (limited to 'misc/openoffice2/Makefile')
-rw-r--r-- | misc/openoffice2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index ee503f3287f..d04af22da9e 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2008/10/31 12:55:30 hira Exp $ +# $NetBSD: Makefile,v 1.57 2008/11/06 16:00:09 hira Exp $ # OO_VER= 2.4.2 @@ -78,6 +78,9 @@ 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+= BLNK_PREFIX_nas=${BUILDLINK_PREFIX.nas} +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_ENV+= USE_BUILTIN_openssl=${USE_BUILTIN.openssl} CONFIGURE_ARGS+= --with-use-shell=bash |