diff options
author | rene <rene@FreeBSD.org> | 2012-09-11 14:44:54 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-09-11 14:44:54 +0800 |
commit | 9c828c4a4917745441f9f00a1f49677f787fd512 (patch) | |
tree | f238cbcc95dae3874f97351574b75035e394fec4 /x11-fm/thunar | |
parent | a7fa3caf79e11881352ae4f584963bc8e179bb16 (diff) | |
download | freebsd-ports-gnome-9c828c4a4917745441f9f00a1f49677f787fd512.tar.gz freebsd-ports-gnome-9c828c4a4917745441f9f00a1f49677f787fd512.tar.zst freebsd-ports-gnome-9c828c4a4917745441f9f00a1f49677f787fd512.zip |
- Make sure the NOTIFY option shows up in the options dialog. [1]
- Bump PORTREVISION
Submitted by: Norbert Augenstein [lists augenstein.net]
Diffstat (limited to 'x11-fm/thunar')
-rw-r--r-- | x11-fm/thunar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index d11f7748e875..bce8293b8a53 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -7,7 +7,7 @@ PORTNAME= Thunar PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -27,7 +27,7 @@ USE_LDCONFIG= yes USE_XFCE= configenv libexo libmenu libutil USE_XORG= sm x11 -OPTIONS_DEFINE= STARTUP DBUS NLS DOCS PLUG_APR PLUG_APR_EXIF PLUG_SBR PLUG_SBR_PCRE PLUG_TPA PLUG_UCA PLUG_WALL GVFS +OPTIONS_DEFINE= STARTUP DBUS NOTIFY NLS DOCS PLUG_APR PLUG_APR_EXIF PLUG_SBR PLUG_SBR_PCRE PLUG_TPA PLUG_UCA PLUG_WALL GVFS OPTIONS_DEFAULT= STARTUP DBUS NOTIFY PLUG_APR PLUG_SBR PLUG_SBR_PCRE PLUG_UCA PLUG_WALL GVFS STARTUP_DESC= Enable startup notification support PLUG_APR_DESC= Thunar Advanced Properties plugin |