diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
commit | 2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch) | |
tree | 2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /comms | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | freebsd-ports-gnome-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz freebsd-ports-gnome-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.zst freebsd-ports-gnome-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qfaxreader/Makefile | 4 |
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> |