diff options
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 5af034fab308..293bf4a3d2c6 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.12.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -21,17 +21,19 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes USES= desktop-file-utils gettext gmake gnome libtool pkgconfig \ - tar:bzip2 xfce -USE_GNOME= cairo gtk20 intlhack intltool + tar:bzip2 xfce:gtk2 xorg +USE_GNOME= cairo gtk20 intltool USE_XFCE= panel USE_XORG= x11 +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include/libical CONFIGURE_ARGS= --enable-dbus +PORTSCOUT= limitw:1,even + OPTIONS_DEFINE= NLS NOTIFY OPTIONS_DEFAULT= NOTIFY OPTIONS_SUB= yes |