aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/guile-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/guile-gtk/Makefile')
-rw-r--r--x11-toolkits/guile-gtk/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index c38985910bf9..0ca8a2c8a5ea 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= guile-gtk
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
-DISTNAME= gnome-guile-0.10
-MAINTAINER= mab@red-bean.com
+MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- guile.6:${PORTSDIR}/lang/guile
+ guile.9:${PORTSDIR}/lang/guile
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
@@ -28,6 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
-
.include <bsd.port.mk>