svn commit: r364948 - head/net-im/psi
Max Brazhnikov
makc at FreeBSD.org
Fri Aug 15 08:50:17 UTC 2014
Author: makc
Date: Fri Aug 15 08:50:17 2014
New Revision: 364948
URL: http://svnweb.freebsd.org/changeset/ports/364948
QAT: https://qat.redports.org/buildarchive/r364948/
Log:
net-im/psi:
- Change default spellchecker from aspell to more popular Enchant
Suggested by: tijl
Modified:
head/net-im/psi/Makefile
Modified: head/net-im/psi/Makefile
==============================================================================
--- head/net-im/psi/Makefile Fri Aug 15 07:53:55 2014 (r364947)
+++ head/net-im/psi/Makefile Fri Aug 15 08:50:17 2014 (r364948)
@@ -3,7 +3,7 @@
PORTNAME= psi
PORTVERSION= 0.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION}
@@ -28,7 +28,7 @@ CONFIGURE_ENV= QMAKE_ARGS='${QMAKE_ARGS}
DESTDIRNAME= INSTALL_ROOT
OPTIONS_DEFINE= ASPELL ENCHANT DBUS DEBUG
-OPTIONS_DEFAULT= ASPELL DBUS
+OPTIONS_DEFAULT= ENCHANT DBUS
OPTIONS_SUB= yes # DEBUG
DEBUG_CONFIGURE_ON= --debug
More information about the svn-ports-head
mailing list