aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-06 11:02:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-06 11:02:56 +0000
commit89b6ca446cfe4772f7ae3d6151aa1191772d5852 (patch)
tree24c53705787410e4192c4bc34350b8fbb843b457 /math/gnumeric/Makefile
parent4d89842b1c12b45d9480d97bc8762f5ca3a31306 (diff)
downloadports-89b6ca446cfe4772f7ae3d6151aa1191772d5852.tar.gz
ports-89b6ca446cfe4772f7ae3d6151aa1191772d5852.zip
Update to 0.68.
Notes
Notes: svn path=/head/; revision=45867
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index e421eaad73fa..aec50f32e338 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.67
-PORTREVISION= 1
+PORTVERSION= 0.68
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -16,7 +15,8 @@ MAINTAINER?= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gbrun.0:${PORTSDIR}/lang/gnomebasic
+ gbrun.0:${PORTSDIR}/lang/gnomebasic \
+ giconv.2:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -37,5 +37,7 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+ @find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
+ 's|iconv\.h|giconv.h|g'
.include <bsd.port.mk>