Date: Sun, 1 Jan 2017 05:12:29 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430242 - head/cad/klayout Message-ID: <201701010512.v015CTng005272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sun Jan 1 05:12:29 2017 New Revision: 430242 URL: https://svnweb.freebsd.org/changeset/ports/430242 Log: Use USES=python instead of LIB_DEPEDNS + python:build. Suggested by: jbeich Modified: head/cad/klayout/Makefile Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sun Jan 1 04:51:56 2017 (r430241) +++ head/cad/klayout/Makefile Sun Jan 1 05:12:29 2017 (r430242) @@ -10,9 +10,7 @@ COMMENT= Qt-based GDS2 Viewer LICENSE= GPLv2 -LIB_DEPENDS= libpython2.7.so:lang/python27 - -USES= compiler:c++0x execinfo gmake python:build +USES= compiler:c++0x execinfo gmake python USE_RUBY= yes USE_QT4= corelib designer gui network moc_build sql uic_build \ rcc_build qt3support xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010512.v015CTng005272>