diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-09 14:54:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-09 14:54:59 +0000 |
commit | 287e318318090a3e72a7a0fa3726cee0f7c3f055 (patch) | |
tree | 8da6f0513731445f9df83e30dda86285bb3a5f9d /deskutils/orage | |
parent | 1bcb80f1d44516d1871a34250f9e73b99ed40eff (diff) | |
download | ports-287e318318090a3e72a7a0fa3726cee0f7c3f055.tar.gz ports-287e318318090a3e72a7a0fa3726cee0f7c3f055.zip |
Notes
Diffstat (limited to 'deskutils/orage')
-rw-r--r-- | deskutils/orage/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 0783ababf265..0103da29ef40 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -7,7 +7,7 @@ PORTNAME= orage PORTVERSION= 4.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -22,7 +22,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libmcs mcsmanager panel -USE_XLIB= yes +USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ + xfixes OPTIONS= BDB "Enable BDB support" off \ ICAL "Enable libical support" off |