summaryrefslogtreecommitdiff
path: root/devel/swigruby
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /devel/swigruby
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
Diffstat (limited to 'devel/swigruby')
-rw-r--r--devel/swigruby/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile
index f351662838b8..9a1fb9362448 100644
--- a/devel/swigruby/Makefile
+++ b/devel/swigruby/Makefile
@@ -24,6 +24,12 @@ USE_GMAKE= yes
DOCS_EN= ChangeLog README
DOCS_JA= README.ja
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-configure:
@cd ${WRKSRC}; \
${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb --with-swig=swig1.1
@@ -41,4 +47,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>