diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-12 04:36:05 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-12 04:36:05 +0000 |
commit | 9ad3b636a7502f73419cf76028aefaedb873fa7f (patch) | |
tree | 1e5565b099384a518e370b2bd65f7cf19d1713a9 | |
parent | Update to 0.9.4. (diff) |
It doesn't need guile.
Notes
Notes:
svn path=/head/; revision=24663
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 7d59500c600f..e310488bd3e1 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ - rep:${PORTSDIR}/lang/librep +BUILD_DEPENDS= rep:${PORTSDIR}/lang/librep GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 7d59500c600f..e310488bd3e1 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ - rep:${PORTSDIR}/lang/librep +BUILD_DEPENDS= rep:${PORTSDIR}/lang/librep GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |