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/Makefile | |
parent | 40c216e3d0b71d1d59f1e06a55b74871a1203dec (diff) | |
download | ports-1aa579f26c4f0c18be495edf56221e3c68509bc4.tar.gz ports-1aa579f26c4f0c18be495edf56221e3c68509bc4.zip |
Notes
Diffstat (limited to 'textproc/wv/Makefile')
-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 |