diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
commit | dfe005ee4419ef4241e9eba862431f9b726841db (patch) | |
tree | 85b1fd07b70d3c873159df5a52c11d85b667810b /net-p2p/linuxdcpp | |
parent | Fix build with scons 3.1.2 (diff) |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 665c4463d491..49ec7b088969 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \ - pkgconfig scons ssl tar:bzip2 + pkgconfig scons:python2 ssl tar:bzip2 USE_GNOME= libglade2 INSTALLS_ICONS= yes PORTDOCS= * |