diff options
Diffstat (limited to 'print/py-pycups/Makefile')
-rw-r--r-- | print/py-pycups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile index 6e82a0a86b42..eaf784e0d017 100644 --- a/print/py-pycups/Makefile +++ b/print/py-pycups/Makefile @@ -17,7 +17,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libcups.so:print/cups USE_PYTHON= autoplist concurrent distutils -USES= iconv localbase python tar:bzip2 +USES?= iconv localbase python tar:bzip2 + +SLAVEDIRS= print/py3-pycups .include <bsd.port.pre.mk> |