aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-02-08 14:13:01 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-02-08 14:13:01 +0800
commit856762fc6b3f95e59c8b2a9d54919d922b9f513e (patch)
treee4eb872c989b8349fbb894b598b43edb3d1e3f9a /devel
parent75db8ed21dd3ff05b2a813d0c42f81838b6aa318 (diff)
downloadfreebsd-ports-gnome-856762fc6b3f95e59c8b2a9d54919d922b9f513e.tar.gz
freebsd-ports-gnome-856762fc6b3f95e59c8b2a9d54919d922b9f513e.tar.zst
freebsd-ports-gnome-856762fc6b3f95e59c8b2a9d54919d922b9f513e.zip
- Fix the index
- Mark broken doesn't compile with devel/libslang2 PR: ports/125255
Diffstat (limited to 'devel')
-rw-r--r--devel/erlslang/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/erlslang/Makefile b/devel/erlslang/Makefile
index 1712781aa642..e90261149655 100644
--- a/devel/erlslang/Makefile
+++ b/devel/erlslang/Makefile
@@ -7,7 +7,7 @@
PORTNAME= erlslang
PORTVERSION= 1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= http://www.erlang.org/contrib/ \
http://erlang.stacken.kth.se/contrib/ \
@@ -20,7 +20,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= SLang binding for Erlang/OTP
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"
@@ -30,7 +30,8 @@ USE_AUTOTOOLS= autoconf:213
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC=${WRKSRC}/config
-.include <bsd.port.pre.mk>
+EXPIRATION_DATE= 2009-03-18
+DEPRECATED= BROKEN with devel/libslang2
post-build:
@${RM} -r ${WRKSRC}/*/CVS
@@ -48,4 +49,4 @@ do-install:
@${CP} -r ${WRKSRC}/src ${PREFIX}/lib/erlang/lib/${DISTNAME}/src
@${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/slang
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>