diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/rubygem-cinch | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) |
Notes
Diffstat (limited to 'irc/rubygem-cinch')
-rw-r--r-- | irc/rubygem-cinch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/rubygem-cinch/Makefile b/irc/rubygem-cinch/Makefile index 8ee0af24027e..efd712df7a2a 100644 --- a/irc/rubygem-cinch/Makefile +++ b/irc/rubygem-cinch/Makefile @@ -1,4 +1,3 @@ -# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= cinch @@ -13,6 +12,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${RUBY_VER} == 1.8 IGNORE= only works with Ruby 1.9 |