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 | |
parent | - Respect CFLAGS (diff) |
replace USE_XLIB by USE_XORG to reduce the dependencies
bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=208675
Diffstat (limited to 'deskutils')
-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 |