diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-02-04 21:09:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-02-04 21:09:36 +0800 |
commit | 456af42702b83f7d7a579791394af005ff85204e (patch) | |
tree | f3fa62a96bc7b51ff306fd43254f3541078dde14 | |
parent | 03e75e4c20b1af28c36f66e5cd8f2fbf8c4c5f6f (diff) | |
download | freebsd-ports-gnome-456af42702b83f7d7a579791394af005ff85204e.tar.gz freebsd-ports-gnome-456af42702b83f7d7a579791394af005ff85204e.tar.zst freebsd-ports-gnome-456af42702b83f7d7a579791394af005ff85204e.zip |
Revert deprecation/broken. It turned out that an old configuration setting on my
side caused the application to crash. Starting with a new, clean homedir won't
crash the plugin. Further investigation is ongoing.
Discussed on: ports, Andrea Venturoli <ml@netfence.it>
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index 4b10fa1d5f8d..a3821760e3fa 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -15,10 +15,6 @@ LICENSE= GPLv3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -BROKEN= crashes when trying to open properties -DEPRECATED= crashes when trying to open properties -EXPIRATION_DATE= 2017-04-25 - USES= gettext-runtime pkgconfig xfce USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_XFCE= libgui panel |