diff options
author | lx <lx@FreeBSD.org> | 2010-03-26 07:28:36 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-03-26 07:28:36 +0800 |
commit | 0eb524662c281c297136d90a0da5c60a8a02b9f5 (patch) | |
tree | 18c114755dd6cc57e39b76357f1a647846b7ebda /x11 | |
parent | 52324628933608e5c4f62f0607040a96cc8da2b9 (diff) | |
download | freebsd-ports-gnome-0eb524662c281c297136d90a0da5c60a8a02b9f5.tar.gz freebsd-ports-gnome-0eb524662c281c297136d90a0da5c60a8a02b9f5.tar.zst freebsd-ports-gnome-0eb524662c281c297136d90a0da5c60a8a02b9f5.zip |
Add xtst to USE_XORG to make sure Xrecord gets picked up. Also, turn off
gnome and network stuff by default.
Diffstat (limited to 'x11')
-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 |