diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-08 12:20:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-08 12:20:03 +0000 |
commit | 3a7cf035c9fa898f34f492aa65820a93519cef61 (patch) | |
tree | 0dbe6bb4fa4bcc025ef6dcdfa4e97bf2e1d7763a /math/asymptote/Makefile | |
parent | 96777d6c4b267303c6a4d03b18726dbe744d720d (diff) | |
download | ports-3a7cf035c9fa898f34f492aa65820a93519cef61.tar.gz ports-3a7cf035c9fa898f34f492aa65820a93519cef61.zip |
Notes
Diffstat (limited to 'math/asymptote/Makefile')
-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 c3c696314e20..67903b553371 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asymptote -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -52,7 +52,7 @@ LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl # Documentation .if !defined(NOPORTDOCS) MAN1= asy.1 xasy.1x -INFO= ${PORTNAME} +INFO= ${PORTNAME} asy-faq ALL_TARGET+= doc INSTALL_TARGET+= install-doc |