aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-06 01:16:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-06 01:16:55 +0000
commit46705a3ec311d8e70f2e411e36880a746a0cdeae (patch)
treedbc20bb20747403568bbc5dcae426358caf82a23 /x11-toolkits/gtk-sharp/Makefile
parentdf26fd502c08084c091ab826561a1fe0acc75667 (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile
index 7d3c9f5444c8..358742735671 100644
--- a/x11-toolkits/gtk-sharp/Makefile
+++ b/x11-toolkits/gtk-sharp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtk-sharp
-PORTVERSION= 0.7
-PORTREVISION= 1
+PORTVERSION= 0.11
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-sharp
@@ -15,16 +14,17 @@ MASTER_SITE_SUBDIR= gtk-sharp
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ and GNOME interfaces for the .NET runtime
-BROKEN= "Does not compile"
+BROKEN= "Will not install: cannot find pqeasy.2"
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
+BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono
+LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/databases/postgresql72
# XXX Should conditionalise all the different parts of gtk# maybe.
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
-USE_GNOME= libgnomeui libgnomedb
+USE_GNOME= libgda2 libgnomeui libgnomedb
MAKEFILE= makefile
.include <bsd.port.mk>