diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-06-09 11:02:27 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-06-09 11:02:27 +0000 |
commit | c7840909fab10f16d03f09bd4fad67c4ffcf21be (patch) | |
tree | b39cc74e8b9dc4309ff9f98e32ea42d1977b4c4e /comms | |
parent | 70c73d6b0a25413dffaef8c4cdac447a3541cfb9 (diff) | |
download | ports-c7840909fab10f16d03f09bd4fad67c4ffcf21be.tar.gz ports-c7840909fab10f16d03f09bd4fad67c4ffcf21be.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 5a292a67da63..2d8310bda37b 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -47,16 +47,16 @@ MAN8= gnokiid.8 mgnokiidev.8 CONFLICTS= smstools-[0-9]* sendsms-[0-9]* -OPTIONS_DEFINE= DOCS ICAL MYSQL PCSC PGSQL SMSD SQLITE USB X11 +OPTIONS_DEFINE= DOCS ICAL PCSC SMSD SMSDDB USB X11 +OPTIONS_MULTI= SMSDDB +OPTIONS_MULTI_SMSDDB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= X11 ICAL_DESC= Build with IETF iCal support USB_DESC= Build with libusb support PCSC_DESC= Build with PC/SC-Lite support -SMSD_DESC= Enable smsd daemon -MYSQL_DESC= Enable MySQL backend for smsd -PGSQL_DESC= Enable PostgreSQL backend for smsd -SQLITE_DESC= Enable SQLite backend in smsd +SMSD_DESC= Enable smsd daemon (includes "file" backend) +SMSDDB_DESC= Enable database support in smsd (select one or more) X11_DESC= Build graphical version (xgnokii) .include <bsd.port.options.mk> @@ -81,7 +81,7 @@ LIB_DEPENDS+= pcsclite:${PORTSDIR}/devel/pcsc-lite CONFIGURE_ARGS+= --disable-libpcsclite .endif -.if !${PORT_OPTIONS:MSMSD} +.if empty(PORT_OPTIONS:MSMSD) PLIST_SUB+= SMSD='@comment ' MSM='@comment ' PGM='@comment ' SQLT='@comment ' CONFIGURE_ARGS+= --disable-smsd .else |