summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-10 15:58:34 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-10 15:58:34 +0000
commit0e17b5081c177db8b74f2b26bd46a9b16bb5194b (patch)
tree4133087379ba9a345b1a68778e6a5bdce136f7ef /math
parent2e791a068ee41ee701b60174a42c52d17c2f5bc4 (diff)
downloadpkgsrc-0e17b5081c177db8b74f2b26bd46a9b16bb5194b.tar.gz
Merge archivers/ucl and devel/ucl into one. This was an accident.
Pointed out by wiz.
Diffstat (limited to 'math')
-rw-r--r--math/py-pytables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
index 1c290477164..d0e8b735f7c 100644
--- a/math/py-pytables/Makefile
+++ b/math/py-pytables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/10/17 14:32:32 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2007/04/10 15:59:10 drochner Exp $
#
DISTNAME= pytables-1.3.3
@@ -23,7 +23,7 @@ PYSETUPBUILDARGS+= --lzo=${BUILDLINK_PREFIX.lzo}
.endif
.if !empty(PKG_OPTIONS:Mucl)
PYSETUPBUILDARGS+= --ucl=${BUILDLINK_PREFIX.ucl}
-.include "../../archivers/ucl/buildlink3.mk"
+.include "../../devel/ucl/buildlink3.mk"
.endif
PYSETUPINSTALLARGS= ${PYSETUPBUILDARGS}
PYTHON_VERSIONS_ACCEPTED= 24 23