diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-10 22:30:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-10 22:30:31 +0000 |
commit | f72839007aee1e160cc4bcf1a34d588c0fd7453c (patch) | |
tree | 9cdad4d7e24836f2346061f5e30a326708a82e0f /comms | |
parent | 3ef9a59287aa95ea2837bad1f1acdb63b580d330 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qfaxreader/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile index 2523a7c16efe..d5a23b1c2a85 100644 --- a/comms/qfaxreader/Makefile +++ b/comms/qfaxreader/Makefile @@ -29,11 +29,17 @@ MAKE_JOBS_UNSAFE= yes MAN1= qfaxreader.1 MANCOMPRESSED= yes -OPTIONS= GDBM "For sender-id look-up (recomended)" on +OPTIONS_DEFINE= GDBM +GDBM_DESC= For sender-id look-up (recomended) +OPTIONS_DEFAULT=GDBM + +DEPRECATED= No activity upstream since 2006; uses QT3 +EXPIRATION_DATE= 2013-06-30 .include <bsd.port.pre.mk> -.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h) +#.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h) +.if ${PORT_OPTIONS:MGDBM) || exists(${LOCALBASE}/include/gdbm.h) LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm .endif |