diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-25 16:05:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-25 16:05:36 +0000 |
commit | 4be853d4e24e4f4c5182be600cd4d6a5b17324bf (patch) | |
tree | 37f7aff1454a5db185ad76bd4da7cfce0c06e600 | |
parent | - Switch to goffice1, which was just resurrected (diff) |
Revert to using goffice1 for these ports until they catch up with the new
goffice-3 API.
This commit would have included science/gchemutils, but pav beat me to it.
Notes
Notes:
svn path=/head/; revision=188291
-rw-r--r-- | devel/present/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/present/Makefile b/devel/present/Makefile index 6fefd4e27041..9491b517344b 100644 --- a/devel/present/Makefile +++ b/devel/present/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for reading Microsoft PowerPoint(tm) documents -LIB_DEPENDS= goffice-0.3:${PORTSDIR}/devel/goffice +LIB_DEPENDS= goffice-1.2:${PORTSDIR}/devel/goffice1 USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 |