diff options
author | krion <krion@FreeBSD.org> | 2003-10-13 05:57:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-13 05:57:01 +0800 |
commit | 7a12dc4883196740e98a46fb4af596254cb4d980 (patch) | |
tree | 884f88808bff840c6a8f7d2421343ae9bba581f3 /graphics | |
parent | a6eb72a6876580ab433c899b07c3227d6b44f4de (diff) | |
download | freebsd-ports-gnome-7a12dc4883196740e98a46fb4af596254cb4d980.tar.gz freebsd-ports-gnome-7a12dc4883196740e98a46fb4af596254cb4d980.tar.zst freebsd-ports-gnome-7a12dc4883196740e98a46fb4af596254cb4d980.zip |
- Chase libraries to actual math/gsl version.
Submitted by: kris via bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib3d/Makefile b/graphics/imlib3d/Makefile index 6a547617e6a1..77c98dc62a27 100644 --- a/graphics/imlib3d/Makefile +++ b/graphics/imlib3d/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A 3D Image Processing Framework LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - gsl.4:${PORTSDIR}/math/gsl \ + gsl.5:${PORTSDIR}/math/gsl \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gtkglmm.1:${PORTSDIR}/x11-toolkits/gtkglarea-- |