diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-25 07:13:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-25 07:13:02 +0000 |
commit | 4b6eedbae0dc3f3a1ac6a7263291b5b069ee5abf (patch) | |
tree | 64aee1a6fee88feb3b78c0dadf5385b849f588d9 /math/PDL | |
parent | ee35d9ddb8595e9b85df9af94e9aea137dfa4db3 (diff) | |
download | ports-4b6eedbae0dc3f3a1ac6a7263291b5b069ee5abf.tar.gz ports-4b6eedbae0dc3f3a1ac6a7263291b5b069ee5abf.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index cad0d9f7ef8f..3c76b512c23b 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -28,7 +28,7 @@ SCRIPTS_ENV= PERL=${PERL} .if defined(KITCHEN_SINK) LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \ - gsl.0:${PORTSDIR}/math/gsl + gsl.3:${PORTSDIR}/math/gsl RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ saoimage:${PORTSDIR}/astro/saoimage |