diff options
Diffstat (limited to 'sysutils/xfce4-diskperf-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 0ed4167ff86a..d15f067ad34b 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-diskperf-plugin PORTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,11 +14,12 @@ COMMENT= Graphical representation of the disk IO GNU_CONFIGURE= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel -USES= gmake pkgconfig tar:bzip2 -LDFLAGS+= -ldevstat +LIBS+= -ldevstat OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |