diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-18 02:22:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-18 02:22:42 +0000 |
commit | 1aa579f26c4f0c18be495edf56221e3c68509bc4 (patch) | |
tree | 8a9c9780468d29f5d43a6ee637ecb54eb0005250 /textproc/wv | |
parent | Remove a patch that seems to be unnecessary these days. (diff) |
o Fix configure's failure to find iconv.
o Slightly reword COMMENT to make portlint happier.
PR: ports/54547 [1], ports/54589 [2]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Sergei Kolobov <sergei@kolobov.com> [2]
Reviewed by: Ports Fury [2]
Approved by: maintainer no response
Notes
Notes:
svn path=/head/; revision=85084
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index ac372a9a75ed..1989b90301ae 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware MAINTAINER= mzaki@e-mail.ne.jp -COMMENT= A library and executables which allow access to Microsoft Word files +COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx @@ -23,6 +23,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-exporter --without-glib MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes |