summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-04-05 09:07:21 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-04-05 09:07:21 +0000
commiteb3392969d4bbac1bf2d42f4d8030514410a9229 (patch)
treec170024d6ff0c63f1fce74f8a943e8e94ae77f0c /databases
parentMake pkg-message a bit more informative. (diff)
- Use a static PORTEPOCH for a while. We have a problem with the variable
initialization order. Reported by: many Thanks to: pav
Notes
Notes: svn path=/head/; revision=189263
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile
index 4200064c4b85..99a31eb878f9 100644
--- a/databases/ruby-gdbm/Makefile
+++ b/databases/ruby-gdbm/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gdbm
PORTVERSION= ${RUBY_PORTVERSION}
PORTREVISION= ${RUBY_PORTREVISION}
-PORTEPOCH= ${RUBY_PORTEPOCH}
+PORTEPOCH= 1
CATEGORIES= databases ruby
MASTER_SITES= # none
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}