diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 23:26:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 23:26:18 +0800 |
commit | 966d2c7ac4927a160003d8cfaf056a03fa197df0 (patch) | |
tree | 8fce1670f6df0aac4c7443773ef14189dcb2aee0 /textproc/wv/Makefile | |
parent | aeee48e5666a13d42fd4b396af443069a76233da (diff) | |
download | freebsd-ports-gnome-966d2c7ac4927a160003d8cfaf056a03fa197df0.tar.gz freebsd-ports-gnome-966d2c7ac4927a160003d8cfaf056a03fa197df0.tar.zst freebsd-ports-gnome-966d2c7ac4927a160003d8cfaf056a03fa197df0.zip |
Update to 0.7.4
PR: ports/45629
Submitted by: Ports Fury
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 |