aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-sysvipc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-07 00:50:25 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-07 00:50:25 +0000
commit9a3fe9a357ae4ad69423cd386faff274e0a63f16 (patch)
tree147d54653742fd2fe2155234616e433335536abe /devel/ruby-sysvipc
parent5e5c7ca126ea994056bc415d594c5d8b8c7809f2 (diff)
downloadports-9a3fe9a357ae4ad69423cd386faff274e0a63f16.tar.gz
ports-9a3fe9a357ae4ad69423cd386faff274e0a63f16.zip
- Don't include bsd.port.pre.mk twice
Pointy hat to: swills Reported by: pavmail
Notes
Notes: svn path=/head/; revision=277202
Diffstat (limited to 'devel/ruby-sysvipc')
-rw-r--r--devel/ruby-sysvipc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile
index 9f1d63388178..27b9e0a438be 100644
--- a/devel/ruby-sysvipc/Makefile
+++ b/devel/ruby-sysvipc/Makefile
@@ -23,6 +23,9 @@ INSTALL_TARGET= site-install
DOCS= ${RUBY_RD_HTML_FILES}
.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
post-install: doc-install
@@ -34,8 +37,4 @@ doc-install:
.endfor
.endif
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not build with ruby 1.9
-.endif
.include <bsd.port.post.mk>