diff options
Diffstat (limited to 'x11/xfce4-clipman-plugin/Makefile')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 2438632bf38c..ef870d82d74f 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -12,19 +12,16 @@ COMMENT= Clipboard manager for the Xfce panel LICENSE= GPLv2 -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib - OPTIONS_DEFINE= QRCODE QRCODE_DESC= QR Code support QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode QRCODE_CONFIGURE_ENABLE= libqrencode +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes -USE_GNOME= gtk30 intltool intlhack glib20 cairo +USE_GNOME= gtk30 intltool glib20 cairo USE_XFCE= panel USE_XORG= ice sm x11 xtst xproto -USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip |