summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-26 15:32:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-26 15:32:07 +0000
commit3e157628af087884baff38f58d0fe3d8865d1248 (patch)
treea4f8eea98fb7d57d7ca086b73292175a8e22002c /math
parentUpdate to 0.7.0 (diff)
- Chase recent readline update
- Pass maintainership on submitter PR: ports/73161 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=120241
Diffstat (limited to 'math')
-rw-r--r--math/rascal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile
index c863041ce94d..b3125971fb5f 100644
--- a/math/rascal/Makefile
+++ b/math/rascal/Makefile
@@ -8,12 +8,12 @@
PORTNAME= rascal
PORTVERSION= 0.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= The Advanced Scientific CALculator
WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION}
@@ -32,8 +32,8 @@ MAN1= rascal.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502000
-BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
-RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""