aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-17 23:48:46 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-17 23:48:46 +0800
commit64dc12ad239297d685f9f12db5d72e571c46050b (patch)
tree7a5f09a7529efce49c9331c2d5f01db153bc3155 /math/gnumeric2
parenta3a217fe82d252bec419a018580739037cf13130 (diff)
downloadfreebsd-ports-gnome-64dc12ad239297d685f9f12db5d72e571c46050b.tar.gz
freebsd-ports-gnome-64dc12ad239297d685f9f12db5d72e571c46050b.tar.zst
freebsd-ports-gnome-64dc12ad239297d685f9f12db5d72e571c46050b.zip
Explicitly link with libgiconv, because otherwise it fails to save files in
MS Excel format. PR: 29038 Submitted by: Adam Nealis <adamnealis@yahoo.co.uk>
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 40d41f9ae72e..e421eaad73fa 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnumeric
PORTVERSION= 0.67
+PORTREVISION= 1
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -26,7 +27,7 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
+ LIBS="-L${LOCALBASE}/lib -lintl -lgiconv"
PLIST_SUB= VERSION=${PORTVERSION}-bonobo