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 | |
parent | Convert to OPTIONS. (diff) |
Oops, make this KDE option off by default.
Notes
Notes:
svn path=/head/; revision=135583
-rw-r--r-- | net-im/psi/Makefile | 2 | ||||
-rw-r--r-- | net/psi/Makefile | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/net/psi/Makefile b/net/psi/Makefile index 72cda488f54a..119d4c1f252c 100644 --- a/net/psi/Makefile +++ b/net/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> |