Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 02:00:14 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330824 - head/japanese/tomoe
Message-ID:  <201310190200.r9J20EFF076342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190200.r9J20EFF076342>