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 /x11-toolkits/crux | |
parent | ffabe9da78c24ce500d015292c6870cb14d57dce (diff) | |
download | ports-cfc3701b71de471821690a24725220aac5cc5fac.tar.gz ports-cfc3701b71de471821690a24725220aac5cc5fac.zip |
Add a missing dependency on gtk-engines2.
Notes
Notes:
svn path=/head/; revision=62462
Diffstat (limited to 'x11-toolkits/crux')
-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 |