diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-19 05:53:16 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-19 05:53:16 +0000 |
commit | 570bb16075facb4aa2d8d09ddfd0f7f862e51142 (patch) | |
tree | f209248590c25658fbb31052e38c08d77a0a2d44 | |
parent | 4614eeaa0daba45c2156a79ac1e020ffecffd88a (diff) | |
download | FreeBSD-ports-570bb16075facb4aa2d8d09ddfd0f7f862e51142.zip FreeBSD-ports-570bb16075facb4aa2d8d09ddfd0f7f862e51142.tar.gz |
Oops, make this KDE option off by default.
-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 72cda48..119d4c1 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 72cda48..119d4c1 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> |