diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 4 |
3 files changed, 5 insertions, 7 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> diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index 1e2792c197fe..55d568e75015 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= CRITICAL/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A slider plugin to adjust and/or monitor any numeric variable -#BROKEN= Does not work with xfce 4.8 +LICENSE= GPLv3 USE_XFCE= panel libutil libgui USE_GNOME= pkgconfig @@ -22,8 +22,6 @@ USE_GNOME= pkgconfig CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0` LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0` -LICENSE= GPLv3 - post-patch: @${REINPLACE_CMD} -e \ "s|@PLUGINDIR@|${PREFIX}/lib/xfce4/xfce4/panel-plugins|" \ diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index c0005bf90ed5..8960078b83aa 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Port of Gnome's notification-daemon for the Xfce desktop +LICENSE= GPLv2 + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib @@ -41,8 +43,6 @@ OPTIONS= GRADIENT "Show a gradient look in the default theme" off \ CLOSE "Show the close button in the default theme" on \ NLS "Enable Native Language Support" on -LICENSE= GPLv2 - .include <bsd.port.pre.mk> .if !defined(WITHOUT_NLS) |