aboutsummaryrefslogtreecommitdiff
path: root/deskutils/notify-osd
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-12-27 15:14:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-12-27 15:14:23 +0000
commit48b16bc177d9ad0dac59e3e086204be593eaf476 (patch)
tree29b90da8eb3b52c5a2f678d6527ef713581b7bda /deskutils/notify-osd
parent5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff)
downloadports-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz
ports-48b16bc177d9ad0dac59e3e086204be593eaf476.zip
Pacify portlint
Feature safe: yes
Notes
Notes: svn path=/head/; revision=288109
Diffstat (limited to 'deskutils/notify-osd')
-rw-r--r--deskutils/notify-osd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile
index 3d7957bd830b..e35ab218fda9 100644
--- a/deskutils/notify-osd/Makefile
+++ b/deskutils/notify-osd/Makefile
@@ -15,6 +15,8 @@ MASTER_SITES= http://launchpadlibrarian.net/43419242/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= On-screen-display notification agent using libnotify
+LICENSE= GPLv3
+
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
notify.4:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
@@ -24,6 +26,4 @@ USE_GNOME= libwnck gconf2
USE_GMAKE= yes
USE_GCC= 4.4+
-LICENSE= GPLv3
-
.include <bsd.port.mk>