summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
commit2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch)
tree2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /comms
parent- Update to 1.9.1 (diff)
- Track dependencies after databases/gdbm update
Notes
Notes: svn path=/head/; revision=281668
Diffstat (limited to 'comms')
-rw-r--r--comms/qfaxreader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile
index 6cd9f48c3598..27353bbc488a 100644
--- a/comms/qfaxreader/Makefile
+++ b/comms/qfaxreader/Makefile
@@ -9,7 +9,7 @@
PORTNAME= qfaxreader
DISTVERSION= 0.3.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= comms graphics print
MASTER_SITES= SF
@@ -34,7 +34,7 @@ OPTIONS= GDBM "For sender-id look-up (recomended)" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.endif
.include <bsd.port.post.mk>