diff options
author | nork <nork@FreeBSD.org> | 2003-07-18 10:22:42 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-18 10:22:42 +0800 |
commit | 8345dc7c24ac89a2dbb49e19715ac1d9213138b2 (patch) | |
tree | 1808a574a27be53ef258217848dffa9831a82f15 /textproc/wv | |
parent | 0b6976edfcb5d592e8ceb1b26199d332a9202e18 (diff) | |
download | freebsd-ports-gnome-8345dc7c24ac89a2dbb49e19715ac1d9213138b2.tar.gz freebsd-ports-gnome-8345dc7c24ac89a2dbb49e19715ac1d9213138b2.tar.zst freebsd-ports-gnome-8345dc7c24ac89a2dbb49e19715ac1d9213138b2.zip |
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
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 |