diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 14:15:23 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 14:15:23 +0000 |
commit | bb86e597a5fbfc384cb0cf5d225b3fdd310cc9a4 (patch) | |
tree | e322b8bd590369537d4c7025b5429c37ee8338a6 /sysutils/xfce4-cpugraph-plugin/Makefile | |
parent | dd2ee64ba54733047f55d3d6f54991336843f369 (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index b45151757e83..668d26dd225d 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -15,11 +15,11 @@ COMMENT= Graphical representation of the CPU load LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_BZIP2= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel -INSTALLS_ICONS= yes -USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS |