diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 06:17:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 06:17:23 +0000 |
commit | cfc3701b71de471821690a24725220aac5cc5fac (patch) | |
tree | 1d982efec5a477737ef666a685eefc6dad1ce75a | |
parent | Add crux, a GTK+ theme for GNOME 2.0. (diff) |
Add a missing dependency on gtk-engines2.
Notes
Notes:
svn path=/head/; revision=62462
-rw-r--r-- | x11-toolkits/crux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/crux/Makefile b/x11-toolkits/crux/Makefile index 9b66f9cf682b..d2e2b79677dd 100644 --- a/x11-toolkits/crux/Makefile +++ b/x11-toolkits/crux/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui +RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.0.0/engines/libpixmap.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes USE_X_PREFIX= yes |