diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 09:38:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 09:38:15 +0000 |
commit | b930a240d419ba59dc0ad458feb2be94b530673c (patch) | |
tree | 70aade4d7b76f15546d1b76c34fa4e7310ce4d93 /sysutils/gnomefind | |
parent | 1ad28df9b27042d4e323671c759f32b5fd4ae420 (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/Makefile | 1 |
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 |