aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/guile-gtk/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-09 20:41:51 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-09 20:41:51 +0000
commitf117aeda5fefdd1ab142a5a94735397da4e555fc (patch)
treef131ca04a3f618d68e74d22f7040de74ec0bfc08 /x11-toolkits/guile-gtk/Makefile
parentc9d8d301e9855054904891a0e13306938817488a (diff)
Notes
Diffstat (limited to 'x11-toolkits/guile-gtk/Makefile')
-rw-r--r--x11-toolkits/guile-gtk/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index 39d5b173061a..2f292efb1069 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME= guile-gtk
-PORTVERSION= 0.17
+PORTVERSION= 0.18
CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
+DISTNAME= gnome-guile-0.10
MAINTAINER= mab@red-bean.com
@@ -25,6 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-BROKEN= "Build dies with \"guile-gtk.h:235: conflicting types for \`gdk_color_copy'\""
+WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
.include <bsd.port.mk>