diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 15:26:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 15:26:18 +0000 |
commit | e8c072775e28bde36a11a10d38d536694627d275 (patch) | |
tree | 37fc7b8bdbc7b88b28093677143bc7457ab25d22 /textproc/wv/Makefile | |
parent | 2964bed0431a169b3f3a78f91c06759ee024ef2b (diff) | |
download | ports-e8c072775e28bde36a11a10d38d536694627d275.tar.gz ports-e8c072775e28bde36a11a10d38d536694627d275.zip |
Notes
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 5960c336ac29..924ada9885bd 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wv -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -17,7 +17,7 @@ LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libwmf=${LOCALBASE} --with-libiconv=${LOCALBASE} \ --with-png=${LOCALBASE} --with-exporter --without-glib |