diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
| commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
| tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /math/asymptote | |
| parent | - Update to 1.12 (diff) | |
- Chase gsl shlib bump
Diffstat (limited to 'math/asymptote')
| -rw-r--r-- | math/asymptote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 5b9f6fdac0c8..d5e8a982c74f 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.44 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -50,7 +50,7 @@ ALL_TARGET= asy INSTALL_TARGET= install-asy .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl .endif # Documentation |
