diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:57:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:57:40 +0000 |
commit | 777989440f5adc07f533233609f36514392df5ea (patch) | |
tree | 9812c9c4b93e5a5a2175d1683d237c3f0ac40f79 /sysutils/xfce4-cpugraph-plugin/Makefile | |
parent | 0cf4d1a54f9475335afcf6464200d11d7b32be9c (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 70a7756df804..30c6608aa1af 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -6,23 +6,21 @@ # PORTNAME= xfce4-cpugraph-plugin -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.0.2 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce4 systemload plugin with multiple CPU display modes +COMMENT= Graphical representation of the CPU load GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv libgui panel - -CONFIGURE_ARGS= --disable-debug +USE_XFCE= configenv libmenu panel +INSTALLS_ICONS= yes OPTIONS= NLS "Enable Native Language Support" on |