summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:51:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-24 19:51:06 +0000
commitae8ba56e8d801fcc84250e7107334705a407f0f2 (patch)
tree84b5cebd22f2edbe82dd8e14d3bc5db063de506a /cad
parentFix build with the upcoming v4l_compat update. [1] (diff)
Fix a typo
Notes
Notes: svn path=/head/; revision=377817
Diffstat (limited to 'cad')
-rw-r--r--cad/brickutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brickutils/Makefile b/cad/brickutils/Makefile
index 313f56ab8f02..66f2bc8a18f7 100644
--- a/cad/brickutils/Makefile
+++ b/cad/brickutils/Makefile
@@ -20,7 +20,7 @@ COMMENT= Utility for building models with LEGO
LICENSE= GPLv3
RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw \
- ${PYTHON_PACKAGENAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
${PYXML}
WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION}