diff options
author | stas <stas@FreeBSD.org> | 2010-01-19 11:01:15 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-01-19 11:01:15 +0800 |
commit | b35616e1bd7abb82d9981bf36937920f35a513ae (patch) | |
tree | c1a301ee43b4762be5d41f2124853be14244fe7f /net-im/qutim | |
parent | 744cbe93060f48187a0ccbd90bf1d3e0207d218a (diff) | |
download | freebsd-ports-gnome-b35616e1bd7abb82d9981bf36937920f35a513ae.tar.gz freebsd-ports-gnome-b35616e1bd7abb82d9981bf36937920f35a513ae.tar.zst freebsd-ports-gnome-b35616e1bd7abb82d9981bf36937920f35a513ae.zip |
- Remove extra erroneous \ symbol inserted.
Reported by: crsd @ IRC
Pointy hat to: me
Diffstat (limited to 'net-im/qutim')
-rw-r--r-- | net-im/qutim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/qutim/Makefile b/net-im/qutim/Makefile index 3931721ec25d..8deee10df438 100644 --- a/net-im/qutim/Makefile +++ b/net-im/qutim/Makefile @@ -29,7 +29,7 @@ QT_COMPONENTS= designer_build \ script_build \ uic_build \ webkit \ - xml \ + xml USE_XORG= xscrnsaver MAKE_JOBS_SAFE= yes |