svn commit: r330824 - head/japanese/tomoe
Hajimu UMEMOTO
ume at FreeBSD.org
Sat Oct 19 02:00:15 UTC 2013
Author: ume
Date: Sat Oct 19 02:00:14 2013
New Revision: 330824
URL: http://svnweb.freebsd.org/changeset/ports/330824
Log:
use opt_USE OPTIONS helper.
Modified:
head/japanese/tomoe/Makefile
Modified: head/japanese/tomoe/Makefile
==============================================================================
--- head/japanese/tomoe/Makefile Sat Oct 19 02:00:10 2013 (r330823)
+++ head/japanese/tomoe/Makefile Sat Oct 19 02:00:14 2013 (r330824)
@@ -49,24 +49,16 @@ DICT_RUBY_CONFIGURE_ENABLE= dict-ruby
EST_DESC= Enable Hyper Estraier dictionary module
EST_CONFIGURE_WITH= est
MYSQL_DESC= Enable MySQL dictionary module
+MYSQL_USE= MYSQL=yes
MYSQL_CONFIGURE_WITH= mysql
PYTHON_DESC= Enable Python module
+PYTHON_USE= PYTHON=yes GNOME=pygtk2
PYTHON_CONFIGURE_OFF= --with-python=no
UNIHAN_DESC= Enable Unihan database dictionary module
UNIHAN_CONFIGURE_ENABLE= unihan
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
-.endif
-
-.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygtk2
-.endif
-
.if ${PORT_OPTIONS:MUNIHAN}
.if ${OSVERSION} >= 700042
BROKEN= Broken with Unihan with gcc 4.2
More information about the svn-ports-all
mailing list