diff options
author | David Thiel <lx@FreeBSD.org> | 2010-03-25 23:28:36 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2010-03-25 23:28:36 +0000 |
commit | 18e4fa81a4882bd853ea80195d3b2c1cf143b1d4 (patch) | |
tree | 57d7bcad8f7f96dbde81b4065221837841733409 /x11/workrave | |
parent | 28a6ecbe17226107ba9c8f6f0c676b2b6baf9252 (diff) | |
download | ports-18e4fa81a4882bd853ea80195d3b2c1cf143b1d4.tar.gz ports-18e4fa81a4882bd853ea80195d3b2c1cf143b1d4.zip |
Notes
Diffstat (limited to 'x11/workrave')
-rw-r--r-- | x11/workrave/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index bea2009b09a9..334042e04107 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -15,8 +15,8 @@ COMMENT= An RSI prevention tool BUILD_DEPENDS= gdome-config:${PORTSDIR}/textproc/gdome2 -OPTIONS= GNOME "Build with Gnome support" on \ - NETWORK "Build with network support" on +OPTIONS= GNOME "Build with Gnome support" off \ + NETWORK "Build with network support" off DESKTOP_ENTRIES= "Workrave" "An RSI prevention tool" \ "${DATADIR}/images/workrave-icon-small.png" \ @@ -24,7 +24,7 @@ DESKTOP_ENTRIES= "Workrave" "An RSI prevention tool" \ "Application;Utility;" \ false -USE_XORG= x11 xmu recordproto +USE_XORG= x11 xmu recordproto xtst xext USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool |