diff options
author | lofi <lofi@FreeBSD.org> | 2003-09-30 00:53:14 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-09-30 00:53:14 +0800 |
commit | 8750951a253abdedf4a825f97c0b07cda79e5c9c (patch) | |
tree | 921ac7877d6be3c911c7a95aaa1263f6d73a5788 /textproc | |
parent | 4465fd55f46cb61430ec61579b6fd589f7abd6de (diff) | |
download | freebsd-ports-gnome-8750951a253abdedf4a825f97c0b07cda79e5c9c.tar.gz freebsd-ports-gnome-8750951a253abdedf4a825f97c0b07cda79e5c9c.tar.zst freebsd-ports-gnome-8750951a253abdedf4a825f97c0b07cda79e5c9c.zip |
Replace --program-transform-name with a dependency on gnometarget.
PR: 57360
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 603de1afba37..b96f4723d680 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -16,9 +16,9 @@ COMMENT= A library providing routines to access Microsoft Word/Excel files LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --program-transform-name= +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} -USE_GNOME= libgsf +USE_GNOME= gnometarget libgsf USE_LIBTOOL= yes USE_BZIP2= yes USE_GMAKE= yes |