summaryrefslogtreecommitdiff
path: root/net/dhcpcd-gtk/Makefile
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2014-10-06 20:12:30 +0000
committerroy <roy@pkgsrc.org>2014-10-06 20:12:30 +0000
commit4fb5048b00ced5440ac0c2672aaef9ae70e78d66 (patch)
treee81accda75d99150558972faa4b5b7a5b5541774 /net/dhcpcd-gtk/Makefile
parenta11275f98b1aa2582bf913c3931321f6de62544a (diff)
downloadpkgsrc-4fb5048b00ced5440ac0c2672aaef9ae70e78d66.tar.gz
Address pkglint concerns
Diffstat (limited to 'net/dhcpcd-gtk/Makefile')
-rw-r--r--net/dhcpcd-gtk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/dhcpcd-gtk/Makefile b/net/dhcpcd-gtk/Makefile
index d01c0d979b1..8f8fbe386f3 100644
--- a/net/dhcpcd-gtk/Makefile
+++ b/net/dhcpcd-gtk/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.37 2014/10/06 19:46:59 roy Exp $
+# $NetBSD: Makefile,v 1.38 2014/10/06 20:12:30 roy Exp $
#
PKGNAME= dhcpcd-gtk-${DHCPCD_UI_VERSION}
CATEGORIES= net
-DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
-DEPENDS+= dhcpcd-icons:../../net/dhcpcd-icons
+COMMENT= GTK+ system tray monitor for dhcpcd
+
+DEPENDS+= dhcpcd>=6.4.4:../../net/dhcpcd
+DEPENDS+= dhcpcd-icons>=${DHCPCD_UI_VERSION}:../../net/dhcpcd-icons
.include "../../net/dhcpcd-icons/Makefile.common"
@@ -15,4 +17,5 @@ CONFIGURE_ARGS+= --with-gtk+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"