diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-19 05:53:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-19 05:53:16 +0000 |
commit | f29592b4fa42d53abac3a39e0e6826a163b75d84 (patch) | |
tree | 82f066523c58ca9d21c06bf0eeffb5a5df9ae9c7 /net-im | |
parent | ac365e7fac0c9a21d14ef1411a13559122a58199 (diff) |
Oops, make this KDE option off by default.
Notes
Notes:
svn path=/head/; revision=135583
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 72cda488f54a..119d4c1f252c 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ MAKE_ARGS+= QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -OPTIONS= KDE "Enable KDE tray support" on +OPTIONS= KDE "Enable KDE tray support" off .include <bsd.port.pre.mk> |