summaryrefslogtreecommitdiff
path: root/math/gnumeric2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-07 06:35:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-07 06:35:52 +0000
commit5e00385f2a5282c07a606f6e16c9fd2fedc746e5 (patch)
tree3258451c82b5669feeb2f1fa0e4183a2be544990 /math/gnumeric2
parentPR: 56532 (diff)
Add missing dependencies on py-gtk2 and libgnomedb.
Reported by: bento
Notes
Notes: svn path=/head/; revision=88669
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 016aa77d70ec..88bb5eb7b352 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnumeric2
PORTVERSION= 1.1.20
+PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.1
@@ -16,11 +17,14 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The GNOME 2 spreadsheet
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 libgsf
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgnomedb libgsf
USE_PYTHON= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes