diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
commit | b361f56db83ce9748463f9175d17796a5e4fd5b0 (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /sysutils/xfce4-cpugraph-plugin | |
parent | ccc38469f37cea6408376875be95f9ff4f72f328 (diff) | |
download | freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip |
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 7bb681298b46..ce404e9bd7a5 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce4-cpugraph-plugin -# Date created: 2004-06-07 -# Whom: Matt Lancereau <matt@rimasec.net> -# +# Created by: Matt Lancereau <matt@rimasec.net> # $FreeBSD$ # PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -18,9 +16,10 @@ COMMENT= Graphical representation of the CPU load GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel INSTALLS_ICONS= yes +USES= pathfix pkgconfig OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS |