diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-19 13:53:16 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-19 13:53:16 +0800 |
commit | 570bb16075facb4aa2d8d09ddfd0f7f862e51142 (patch) | |
tree | f209248590c25658fbb31052e38c08d77a0a2d44 /net | |
parent | 4614eeaa0daba45c2156a79ac1e020ffecffd88a (diff) | |
download | freebsd-ports-gnome-570bb16075facb4aa2d8d09ddfd0f7f862e51142.tar.gz freebsd-ports-gnome-570bb16075facb4aa2d8d09ddfd0f7f862e51142.tar.zst freebsd-ports-gnome-570bb16075facb4aa2d8d09ddfd0f7f862e51142.zip |
Oops, make this KDE option off by default.
Diffstat (limited to 'net')
-rw-r--r-- | net/psi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |