summaryrefslogtreecommitdiff
path: root/sysutils/pcmanfm
diff options
context:
space:
mode:
authordholland <dholland>2011-04-30 23:54:02 +0000
committerdholland <dholland>2011-04-30 23:54:02 +0000
commit1b24225d4f48c74c55d04e46f43670d1ef0432b4 (patch)
tree379bfb9690374bf69b2d7b3f3305e5e60dee49e5 /sysutils/pcmanfm
parent5842f04a6650f0c0c2aaac41d86ab937a6414853 (diff)
downloadpkgsrc-1b24225d4f48c74c55d04e46f43670d1ef0432b4.tar.gz
Depend on gamin as well as libgamin, so the gamin server exists at runtime.
First part of PR 44782; PKGREVISION -> 9.
Diffstat (limited to 'sysutils/pcmanfm')
-rw-r--r--sysutils/pcmanfm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/pcmanfm/Makefile b/sysutils/pcmanfm/Makefile
index c29737498c4..ae8902abf76 100644
--- a/sysutils/pcmanfm/Makefile
+++ b/sysutils/pcmanfm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2011/04/22 13:44:45 obache Exp $
+# $NetBSD: Makefile,v 1.14 2011/04/30 23:54:02 dholland Exp $
#
DISTNAME= pcmanfm-0.1.8.9
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config msgfmt
+DEPENDS+= gamin>=0.1.10:../../sysutils/gamin
+
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"