diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-11-20 22:21:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-11-20 22:21:33 +0800 |
commit | 683622b72f312fa8283a7c44ad9c146f8ed21186 (patch) | |
tree | 3203dcac8adcb7fb46c308f107c3c8d5a1f05e60 /multimedia | |
parent | d9cff9d5656c9dd5a824df10c1b09af5d4e1a10a (diff) | |
download | freebsd-ports-gnome-683622b72f312fa8283a7c44ad9c146f8ed21186.tar.gz freebsd-ports-gnome-683622b72f312fa8283a7c44ad9c146f8ed21186.tar.zst freebsd-ports-gnome-683622b72f312fa8283a7c44ad9c146f8ed21186.zip |
- Limit python version (does not configure with 3.8)
checking for python version... 3.8
checking for python platform... freebsd12
checking for python script directory... ${prefix}/lib/python3.8/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.8/site-packages
checking for python >= 2.7... checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
checking for PYGOBJECT... yes
okay
checking for headers required to compile python extensions... found
checking for pygobject overrides directory... ${exec_prefix}/lib/python3.8/site-packages/gi/overrides
checking for GST... yes
configure: Using /usr/local/lib/gstreamer-1.0 as the plugin install location
checking for PYGOBJECT... yes
checking for libraries required to embed python... no
configure: error: Python libs not found. Windows requires Python modules to be explicitly linked to libpython.
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-gstreamer1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/py-gstreamer1/Makefile b/multimedia/py-gstreamer1/Makefile index c22bbeb58463..a9267e256c99 100644 --- a/multimedia/py-gstreamer1/Makefile +++ b/multimedia/py-gstreamer1/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even -USES= gmake gnome libtool localbase pathfix pkgconfig python tar:xz +USES= gmake gnome libtool localbase pathfix pkgconfig python:-3.7 tar:xz USE_GNOME= pygobject3 USE_PYTHON= flavors py3kplist USE_GSTREAMER1= yes |