diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-13 16:28:27 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-13 16:28:27 +0000 |
commit | 4574e6191b87ce9a0496c7c2efd6579ee0c53a81 (patch) | |
tree | daedaf89b295c70d9e8dc54741077bae53567c48 /math/gnumeric/Makefile | |
parent | 08fbc732d3a531d9e004bb52961563f0745d3311 (diff) | |
download | ports-4574e6191b87ce9a0496c7c2efd6579ee0c53a81.tar.gz ports-4574e6191b87ce9a0496c7c2efd6579ee0c53a81.zip |
Notes
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index f7b38cb200bb..44f602bb3ff7 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -16,6 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet +LIB_DEPENDS= psiconv.10:${PORTSDIR}/converters/psiconv + USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes |