diff options
Diffstat (limited to 'devel/py-pyvisa-py/Makefile')
-rw-r--r-- | devel/py-pyvisa-py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pyvisa-py/Makefile b/devel/py-pyvisa-py/Makefile index ef86570e9b08..3ce117846f70 100644 --- a/devel/py-pyvisa-py/Makefile +++ b/devel/py-pyvisa-py/Makefile @@ -23,9 +23,9 @@ DRIVERS_DESC= Additional modules OPTIONS_GROUP_DRIVERS= SERIAL USB SERIAL_DESC= Access to devices via RS-232 -SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial +SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${FLAVOR} USB_DESC= Access to devices via USB -USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb +USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${FLAVOR} .include <bsd.port.mk> |