diff options
Diffstat (limited to 'sysutils/xfce4-bsdcpufreq-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-bsdcpufreq-plugin/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xfce4-bsdcpufreq-plugin/Makefile b/sysutils/xfce4-bsdcpufreq-plugin/Makefile index b2317ac72035..04bb7a056791 100644 --- a/sysutils/xfce4-bsdcpufreq-plugin/Makefile +++ b/sysutils/xfce4-bsdcpufreq-plugin/Makefile @@ -4,7 +4,9 @@ PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= sysutils xfce +MASTER_SITES= GH GHC MAINTAINER= riggs@FreeBSD.org COMMENT= Displays the current CPU clock frequency in the panel @@ -19,11 +21,8 @@ GH_TAGNAME= ${GH_COMMIT} USE_GNOME= gtk20 -USES= pkgconfig - -LIB_DEPENDS+= libxfce4util.so:${PORTSDIR}/x11/libxfce4util \ - libxfce4panel-1.0.so:${PORTSDIR}/x11-wm/xfce4-panel \ - libxfce4ui-1.so:${PORTSDIR}/x11/libxfce4menu +USES= pkgconfig xfce +USE_XFCE= panel PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \ share/xfce4/panel/plugins/bsdcpufreq.desktop |