aboutsummaryrefslogtreecommitdiff
path: root/comms/qfaxreader
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2013-02-20 18:16:11 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2013-02-20 18:16:11 +0000
commitd2b6de84fdce8061298d92ab31499e53ec12736c (patch)
treeeb3cd9810e85c6e418002a79a7283cad0c77183b /comms/qfaxreader
parentd240e88764567d7ed166e4a61204497a6a6126e1 (diff)
downloadports-d2b6de84fdce8061298d92ab31499e53ec12736c.tar.gz
ports-d2b6de84fdce8061298d92ab31499e53ec12736c.zip
Notes
Diffstat (limited to 'comms/qfaxreader')
-rw-r--r--comms/qfaxreader/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile
index d5a23b1c2a85..6d9c3d246fc1 100644
--- a/comms/qfaxreader/Makefile
+++ b/comms/qfaxreader/Makefile
@@ -38,8 +38,7 @@ EXPIRATION_DATE= 2013-06-30
.include <bsd.port.pre.mk>
-#.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
-.if ${PORT_OPTIONS:MGDBM) || exists(${LOCALBASE}/include/gdbm.h)
+.if ${PORT_OPTIONS:MGDBM} || exists(${LOCALBASE}/include/gdbm.h)
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.endif