diff options
Diffstat (limited to 'x11/ruby-gnome/Makefile.common')
-rw-r--r-- | x11/ruby-gnome/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ruby-gnome/Makefile.common b/x11/ruby-gnome/Makefile.common index 32f01919ca1..450d648f50d 100644 --- a/x11/ruby-gnome/Makefile.common +++ b/x11/ruby-gnome/Makefile.common @@ -5,7 +5,7 @@ RUBY_GNOME_VERSION= 0.30 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} .else -RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION} +RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}p1 .endif RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} RUBY_GNOME_MASTER_SITE_SUBDIR= ruby-gnome |