diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-09-29 16:53:14 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-09-29 16:53:14 +0000 |
commit | 8ae8086566fd0bdcdc4f4a09828af73c10ce34e1 (patch) | |
tree | b91f0d7a6894c82c9be9bc71142f4ab4c9d7cce5 /textproc | |
parent | 37bcffe8c95f80b0b8a3eb04654fa647c9810273 (diff) | |
download | ports-8ae8086566fd0bdcdc4f4a09828af73c10ce34e1.tar.gz ports-8ae8086566fd0bdcdc4f4a09828af73c10ce34e1.zip |
Replace --program-transform-name with a dependency on gnometarget.
PR: 57360
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89825
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 |