diff options
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r-- | databases/gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 15874afa71dd..0153856c8d78 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdbm PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= GNU @@ -12,9 +13,8 @@ COMMENT= GNU database manager LICENSE= GPLv3 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= gmake +USES= gmake libtool:keepla MAKE_JOBS_UNSAFE= yes |