diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 15:37:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 15:37:47 +0000 |
commit | e16d4588e93ed74588ec0c8dd6c4e5c4fef9df38 (patch) | |
tree | 0f4c090286169d0fdc85086c608ac8f75bea9d8e /x11-themes | |
parent | Initial import of buffy - a yet yet another funny GTK+ theme engine. (diff) |
Add buffy.
Notes
Notes:
svn path=/head/; revision=29575
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-collection/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile index 816bb190e99d..55e896d596ec 100644 --- a/x11-themes/gtk-engines-collection/Makefile +++ b/x11-themes/gtk-engines-collection/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-engines-collection -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11-toolkits MASTER_SITES= # empty DISTFILES= # empty @@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org # I intentionally did not put gtk-engines in the list below because # this package is uterly buggy. -RUN_DEPENDS= ${THEMESBASE}/libclean.so:${PORTSDIR}/x11-toolkits/clean-theme-gtk \ +RUN_DEPENDS= ${THEMESBASE}/libbuffy.so:${PORTSDIR}/x11-toolkits/buffy \ + ${THEMESBASE}/libclean.so:${PORTSDIR}/x11-toolkits/clean-theme-gtk \ ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-toolkits/gnome-look \ ${THEMESBASE}/libstep.so:${PORTSDIR}/x11-toolkits/gtkstep \ ${THEMESBASE}/libsteppastel.so:${PORTSDIR}/x11-toolkits/gtkstep-pastel \ |