diff options
Diffstat (limited to 'irc/rubygem-cinch/Makefile')
-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 |