diff options
author | lx <lx@FreeBSD.org> | 2010-03-26 04:57:47 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-03-26 04:57:47 +0800 |
commit | 167b2c81f07abcb5dcf808d3336d1158e80a71b3 (patch) | |
tree | 8570123dd09c5e1605cbb3629122553d38a29c48 | |
parent | 784ce8c11c377700547a457dd62ade1a2f24fd85 (diff) | |
download | freebsd-ports-gnome-167b2c81f07abcb5dcf808d3336d1158e80a71b3.tar.gz freebsd-ports-gnome-167b2c81f07abcb5dcf808d3336d1158e80a71b3.tar.zst freebsd-ports-gnome-167b2c81f07abcb5dcf808d3336d1158e80a71b3.zip |
Add recordproto to USE_XORG.
Submitted by: QAT
-rw-r--r-- | x11/workrave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 71a614ee80e8..bea2009b09a9 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -24,7 +24,7 @@ DESKTOP_ENTRIES= "Workrave" "An RSI prevention tool" \ "Application;Utility;" \ false -USE_XORG= x11 xmu +USE_XORG= x11 xmu recordproto USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool |