aboutsummaryrefslogtreecommitdiffstats
path: root/devel/swigruby
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 06:23:25 +0800
committerkris <kris@FreeBSD.org>2003-10-16 06:23:25 +0800
commitf9b8a43f16536bbc163670780a8ba1b1493ab25f (patch)
tree2aa38ce908f8f531a2345f4fccb5514c0c1a5ae6 /devel/swigruby
parentdc7dab69f2bb0fa4ab19824cfb8731526ee017c5 (diff)
downloadfreebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.gz
freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.zst
freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.zip
BROKEN on 5.x: does not compile
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>