From 64dc12ad239297d685f9f12db5d72e571c46050b Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 17 Jul 2001 15:48:46 +0000 Subject: Explicitly link with libgiconv, because otherwise it fails to save files in MS Excel format. PR: 29038 Submitted by: Adam Nealis --- math/gnumeric/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/gnumeric/Makefile') diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 40d41f9ae72e..e421eaad73fa 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/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 -- cgit