diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-17 15:48:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-17 15:48:46 +0000 |
commit | 1925790266da86a2909d83b33e3b13d238da5992 (patch) | |
tree | 45e53df7f9e8d0739793b5d39f8b12866ee90d78 /math | |
parent | 8ef5f247c9f64ee9e923561975609d23813dc849 (diff) | |
download | ports-1925790266da86a2909d83b33e3b13d238da5992.tar.gz ports-1925790266da86a2909d83b33e3b13d238da5992.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>
Notes
Notes:
svn path=/head/; revision=45201
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 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 |