Skip to content

Commit

Permalink
Since dbm library was removed from ruby ports and replaced with
Browse files Browse the repository at this point in the history
rubygem-dbm, add RUN_DEPENDS to rubygem-dbm.
Be aware that rubygem-dbm uses db5 by default for database back-end.
You may need to change OPTIONS of rubygem-dbm from BDB to LIBC and
build it by yourself.
  • Loading branch information
ume authored and ume committed Apr 30, 2019
1 parent 12fa105 commit e490f28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/dtcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= dtcp
PORTVERSION= 20130602
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/

Expand All @@ -11,8 +11,9 @@ COMMENT= Dynamic Tunnel Configuration Protocol daemon and client

LICENSE= BSD3CLAUSE

RUN_DEPENDS= rubygem-dbm>0:databases/rubygem-dbm
.if defined(WITH_QPOPAUTH)
RUN_DEPENDS= qpopauth:mail/qpopper
RUN_DEPENDS+= qpopauth:mail/qpopper
.endif

USES= uidfix
Expand Down

0 comments on commit e490f28

Please sign in to comment.