mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix link for SQL option
Approved by: portmgr blanket MFH: 2014Q3
This commit is contained in:
parent
d5908a200f
commit
1b3a6bba05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366173
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --disable-pcre
|
|||
|
||||
.if ${PORT_OPTIONS:MSQL}
|
||||
LIB_DEPENDS+= libdbi.so:${PORTSDIR}/databases/libdbi
|
||||
CONFIGURE_ENV+= LIBDBI_LIBS="-ldbi"
|
||||
CONFIGURE_ENV+= LIBDBI_LIBS="-L${LOCALBASE}/lib -ldbi"
|
||||
CONFIGURE_ARGS+= --enable-sql
|
||||
PLIST_FILES+= lib/syslog-ng/libafsql.so
|
||||
.else
|
||||
|
|
Loading…
Add table
Reference in a new issue