diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:53:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:53:33 +0000 |
commit | 19a08237bbcbbd8481e8f61b011df4db8f2660f4 (patch) | |
tree | b9cf2514f38d474a488ceb43c29a728fb0c93fa6 /math/gnumeric2/Makefile | |
parent | 48395b3be162f773d2c49d4f9f2a910e6e96880a (diff) | |
download | ports-19a08237bbcbbd8481e8f61b011df4db8f2660f4.tar.gz ports-19a08237bbcbbd8481e8f61b011df4db8f2660f4.zip |
Update to 1.2.2 and remove the obsolete gal2 dependency.
Notes
Notes:
svn path=/head/; revision=95450
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index cfd58705bef1..2510064c2063 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 @@ -24,7 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgnomedb libgsf +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomedb \ + libgsf USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes @@ -36,6 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ PLIST_SUB= VERSION=${PORTVERSION}-bonobo +MAN1= gnumeric.1 ssconvert.1 + post-patch: @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' |