diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-18 11:29:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-18 11:29:17 +0800 |
commit | 1ff1f7eccdb870f6a31dc8686c82527ab4019cc3 (patch) | |
tree | a8b395e91419837304b8c46c617b234a973034ff /comms | |
parent | 7676124b41a3ebc41987d54be98b91b4adc91392 (diff) | |
download | freebsd-ports-gnome-1ff1f7eccdb870f6a31dc8686c82527ab4019cc3.tar.gz freebsd-ports-gnome-1ff1f7eccdb870f6a31dc8686c82527ab4019cc3.tar.zst freebsd-ports-gnome-1ff1f7eccdb870f6a31dc8686c82527ab4019cc3.zip |
- Switch to mysqli support
Diffstat (limited to 'comms')
-rw-r--r-- | comms/atslog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile index 18bf2a73a420..30605ea75b93 100644 --- a/comms/atslog/Makefile +++ b/comms/atslog/Makefile @@ -3,7 +3,7 @@ PORTNAME= atslog PORTVERSION= 2.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms MASTER_SITES= BERLIOS @@ -39,7 +39,7 @@ WANT_PHP_WEB= yes USE_PHP+= gd .endif .if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql +USE_PHP+= mysqli .endif .if ${PORT_OPTIONS:MPGSQL} USE_PHP+= pgsql |