diff options
author | mat <mat@FreeBSD.org> | 2018-06-26 06:00:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-26 06:00:36 +0800 |
commit | eea057c75d9880f3cee34e954a7179c5df3b6d32 (patch) | |
tree | 981b369d0c6f0db6cfcd5210913e99ddb8cc5efc /deskutils/mat | |
parent | 24bf0752156dc84229d1a206eb196c03c03018b1 (diff) | |
download | freebsd-ports-gnome-eea057c75d9880f3cee34e954a7179c5df3b6d32.tar.gz freebsd-ports-gnome-eea057c75d9880f3cee34e954a7179c5df3b6d32.tar.zst freebsd-ports-gnome-eea057c75d9880f3cee34e954a7179c5df3b6d32.zip |
s/FLAVOR/PY_FLAVOR/
Sponsored by: Absolight
Diffstat (limited to 'deskutils/mat')
-rw-r--r-- | deskutils/mat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/mat/Makefile b/deskutils/mat/Makefile index 3fc96c2bc81b..696f7483a412 100644 --- a/deskutils/mat/Makefile +++ b/deskutils/mat/Makefile @@ -11,7 +11,7 @@ COMMENT= Metadata Anonymization Toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \ intltool-update:textproc/intltool RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdfrw>=0:textproc/py-pdfrw@${PY_FLAVOR} \ |