summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2009-09-09 15:07:16 +0000
committerVasil Dimov <vd@FreeBSD.org>2009-09-09 15:07:16 +0000
commit8767deaf969f377d2832a13681d48a076c2bb215 (patch)
treefdec8aebf9605956c7c17b95dbd0372d6c0dc9ce /graphics/hugin
parent- Update to version 1.36. (diff)
graphics/hugin:
Get rid of the idea to add lapack dependency. Bruno Postle says it is not needed.
Notes
Notes: svn path=/head/; revision=241123
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 6a2e14e69c85..aba3e982cf63 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -87,12 +87,4 @@ RUN_DEPENDS+= panomatic:${PORTSDIR}/graphics/panomatic
RUN_DEPENDS+= autopanog:${PORTSDIR}/graphics/autopano-sift
.endif
-# the lapack library from math/lapack seems broken:
-# /usr/local/lib/liblapack.so: undefined reference to `cexp'
-#.if defined(WITH_LAPACK)
-#LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack \
-# blas:${PORTSDIR}/math/blas
-#CMAKE_ARGS+= -DENABLE_LAPACK=YES
-#.endif
-
.include <bsd.port.post.mk>