diff options
author | adam <adam@pkgsrc.org> | 2022-06-02 18:29:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-06-02 18:29:16 +0000 |
commit | 4d4211e782c2fb05a5f24bfddbd381d69deacc04 (patch) | |
tree | 8e0f18c5ba0cab4cc0db0ea5103f226eda556f0b /graphics/lensfun | |
parent | e573f07424aed4044d0b753b47a6083fb976fb17 (diff) | |
download | pkgsrc-4d4211e782c2fb05a5f24bfddbd381d69deacc04.tar.gz |
lensfun: needs py-setuptools
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index fcce94e0f0c..296d1cb25d7 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2022/05/30 16:00:14 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/06/02 18:29:16 adam Exp $ DISTNAME= lensfun-0.3.3 CATEGORIES= graphics @@ -14,6 +14,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++03 USE_TOOLS+= gmake pkg-config gsed +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools>0:../../devel/py-setuptools EGG_NAME= ${DISTNAME:C/-([^0-9])/_\1/g} EGG_INFODIR= ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info PY_PATCHPLIST= yes |