summaryrefslogtreecommitdiff
path: root/sysutils/gnomefind
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 09:38:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-23 09:38:15 +0000
commitb930a240d419ba59dc0ad458feb2be94b530673c (patch)
tree70aade4d7b76f15546d1b76c34fa4e7310ce4d93 /sysutils/gnomefind
parentTo install all sample data. (diff)
Add gnomelibs to the RUN_DEPENDS to ensure correct removal of share/gnome/*
on deinstall. Submitted by: bento
Notes
Notes: svn path=/head/; revision=29804
Diffstat (limited to 'sysutils/gnomefind')
-rw-r--r--sysutils/gnomefind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile
index 105ac41ab201..a326f6e55a1c 100644
--- a/sysutils/gnomefind/Makefile
+++ b/sysutils/gnomefind/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
glade.3:${PORTSDIR}/devel/libglade \
Xpm.4:${PORTSDIR}/graphics/xpm
+RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config