summaryrefslogtreecommitdiff
path: root/textproc/wv2
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-09-29 16:53:14 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-09-29 16:53:14 +0000
commit8ae8086566fd0bdcdc4f4a09828af73c10ce34e1 (patch)
treeb91f0d7a6894c82c9be9bc71142f4ab4c9d7cce5 /textproc/wv2
parent Redistribution in binary form must provide a disclaimer (diff)
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/wv2')
-rw-r--r--textproc/wv2/Makefile4
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