aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/clip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index 6793e2d7d611..9b442b8d2f81 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -43,7 +43,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
wget:${PORTSDIR}/ftp/wget
-.if !defined(WITHOUT_IODBC) && !exists(${LOCALBASE}/lib/libodbc.so)
+.if !defined(WITHOUT_IODBC) && !exists(${LOCALBASE}/bin/odbcinst)
LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
PLIST_SUB= ODBC=""
.elseif !defined(WITHOUT_UNIXODBC)