diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-13 23:37:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-13 23:37:47 +0800 |
commit | bf0e45afb6cb3e38e0b8d0b52ab953e23035ebca (patch) | |
tree | df594b38c942f35871842a98da5fecbd8a680d96 /x11-themes | |
parent | 181a1caec468d28120b133b5865171d4fa3d83a8 (diff) | |
download | freebsd-ports-gnome-bf0e45afb6cb3e38e0b8d0b52ab953e23035ebca.tar.gz freebsd-ports-gnome-bf0e45afb6cb3e38e0b8d0b52ab953e23035ebca.tar.zst freebsd-ports-gnome-bf0e45afb6cb3e38e0b8d0b52ab953e23035ebca.zip |
Add buffy.
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 \ |