aboutsummaryrefslogtreecommitdiffstats
path: root/databases/clip
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-07-12 17:42:07 +0800
committervs <vs@FreeBSD.org>2004-07-12 17:42:07 +0800
commit5dcf5587a47dd0fa8885a041efb3ba9d9c61c56f (patch)
tree69029b726e9899240492a7eec64d4d34a4641789 /databases/clip
parent031ade0357ea65a8ecfc8fbf064d184560b5c225 (diff)
downloadfreebsd-ports-gnome-5dcf5587a47dd0fa8885a041efb3ba9d9c61c56f.tar.gz
freebsd-ports-gnome-5dcf5587a47dd0fa8885a041efb3ba9d9c61c56f.tar.zst
freebsd-ports-gnome-5dcf5587a47dd0fa8885a041efb3ba9d9c61c56f.zip
Fix unixODBC-detection.
Noticed by: cluster via kris "Right idea, wrong method": meĀ°
Diffstat (limited to 'databases/clip')
-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)