diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-04-16 00:21:41 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-04-16 00:21:41 +0000 |
commit | e439d35156bf0c3fe4c806c48a3c98226d7aaf77 (patch) | |
tree | fecd4858f61ae95dd7db770ae045682304eaeda4 /x11/xfce4-verve-plugin/Makefile | |
parent | 51a57b1c001d1179da61f650e8c3b527ec93bc0d (diff) |
- Update xfce4-verve-plugin to 1.1.1
- Small whitespace changes
- Regenerate patch
Notes
Notes:
svn path=/head/; revision=467447
Diffstat (limited to 'x11/xfce4-verve-plugin/Makefile')
-rw-r--r-- | x11/xfce4-verve-plugin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index 8e65b3ffe539..af7c1ecd6cdf 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= verve-plugin -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= xfce4- @@ -16,7 +15,7 @@ COMMENT= Command line plugin for the Xfce Desktop LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:devel/pcre \ - libdbus-glib-1.so:devel/dbus-glib + libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce |