aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-04-13 14:32:00 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-04-13 14:32:00 +0000
commitfd6200514f495bcd3b3e51e0f47fa93cc6f15159 (patch)
treefddb4327abf8d384bf01fe2bcf2ec9367d78fd64 /databases
parent55f31db289d672fb4705ad4e9d715281e3070f18 (diff)
downloadports-fd6200514f495bcd3b3e51e0f47fa93cc6f15159.tar.gz
ports-fd6200514f495bcd3b3e51e0f47fa93cc6f15159.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/clip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index 3090185ae688..4543a09a2bbd 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -45,7 +45,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
.if !defined(WITHOUT_IODBC) && !exists(${LOCALBASE}/bin/odbcinst)
LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
PLIST_SUB= ODBC=""
-.elseif !defined(WITHOUT_UNIXODBC)
+.elif !defined(WITHOUT_UNIXODBC)
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
PLIST_SUB= ODBC=""
.else