diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/openser | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) |
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=362050
Diffstat (limited to 'net/openser')
-rw-r--r-- | net/openser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openser/Makefile b/net/openser/Makefile index fa3212bd6798..4a4cf210a598 100644 --- a/net/openser/Makefile +++ b/net/openser/Makefile @@ -80,7 +80,7 @@ MAKE_ENV+= POSTGRESQL=postgres .endif .if ${PORT_OPTIONS:MUNIXODBC} -LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC MODULES+= unixodbc .else MAKE_ENV+= UNIXODBC=unixodbc |