aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 22:57:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 22:57:37 +0000
commit04d9ecdacb1e67c44617a28c3be87b00e18e5ab8 (patch)
tree18928fd635ed7107ed52bb22b0de377762fb112c /lang
parent563a20d881c8c1cd263dbb558c9f8dca0b2df9a8 (diff)
downloadports-04d9ecdacb1e67c44617a28c3be87b00e18e5ab8.tar.gz
ports-04d9ecdacb1e67c44617a28c3be87b00e18e5ab8.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/eperl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile
index 675baab58bc5..e21d61443037 100644
--- a/lang/eperl/Makefile
+++ b/lang/eperl/Makefile
@@ -31,6 +31,12 @@ CONFIGURE_ARGS= --with-perl=${PERL5}
MAN1= eperl.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502000
+BROKEN= "Configure fails"
+.endif
+
test:
@(cd ${WRKSRC}; ${MAKE} test)
@@ -64,4 +70,4 @@ do-install:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>