mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX.
This commit is contained in:
parent
30f2b3e261
commit
c717da4333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489979
@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
USES= python:3.4+ pyqt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= biolab
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils autoplist noflavors
|
||||
USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run
|
||||
|
||||
CFLAGS+= -DQSORT_R_STYLE_BSD=yes
|
||||
|
@ -20,7 +20,7 @@ USES= desktop-file-utils python:3.2+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= otsaloma
|
||||
USE_GNOME= gtk30 pygobject3 intltool
|
||||
USE_PYTHON= distutils autoplist py3kplist
|
||||
USE_PYTHON= distutils autoplist py3kplist noflavors
|
||||
INSTALLS_ICONS= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.5:net-im/py-nbxmpp@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe dos2unix python:3.5+ tar:bzip2
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
USE_GNOME= intltool pygobject3
|
||||
USE_XORG= x11 xext xscrnsaver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user