diff options
author | gabor <gabor@FreeBSD.org> | 2011-09-13 07:17:32 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-09-13 07:17:32 +0800 |
commit | 32214c0120df5949008707118cc297432bb1df29 (patch) | |
tree | 98ffe2ce9f430f331734ed79dce5b901ea5d949d /games/gnubg | |
parent | 7ca28cd293d878c4f799286ef556a219be1744e6 (diff) | |
download | freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.tar.gz freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.tar.zst freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 78e139647bb2..951cc1175999 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnubg PORTVERSION= 0.15 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://www.gnubg.org/media/sources/:src \ ${MASTER_SITE_GNU_ALPHA:S/$/:ts/} @@ -21,7 +21,7 @@ COMMENT= GNU Backgammon BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - gdbm.3:${PORTSDIR}/databases/gdbm \ + gdbm.4:${PORTSDIR}/databases/gdbm \ gtkextra-x11-2.0.1:${PORTSDIR}/x11-toolkits/gtkextra2 \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext |