diff options
author | vd <vd@FreeBSD.org> | 2009-09-09 23:07:16 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2009-09-09 23:07:16 +0800 |
commit | ef7e827140b298bc73b80af795c8253730d84cb4 (patch) | |
tree | 64f8814562cc37c92f4f1163540865f194d608b4 /graphics/hugin | |
parent | e2d2adda451a20319a37159e06ca995a54c01154 (diff) | |
download | freebsd-ports-gnome-ef7e827140b298bc73b80af795c8253730d84cb4.tar.gz freebsd-ports-gnome-ef7e827140b298bc73b80af795c8253730d84cb4.tar.zst freebsd-ports-gnome-ef7e827140b298bc73b80af795c8253730d84cb4.zip |
graphics/hugin:
Get rid of the idea to add lapack dependency.
Bruno Postle says it is not needed.
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 8 |
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> |