aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-13 22:32:00 +0800
committerharti <harti@FreeBSD.org>2005-04-13 22:32:00 +0800
commit12c458f87264ce510d09549ebf6536ff52c17b1e (patch)
tree9a8d34ee72f24a8600b32b9c03754fd938f277c0 /databases
parentc546fc3ef0f4c5ee5363c2a6111e56e4668b26b3 (diff)
downloadfreebsd-ports-gnome-12c458f87264ce510d09549ebf6536ff52c17b1e.tar.gz
freebsd-ports-gnome-12c458f87264ce510d09549ebf6536ff52c17b1e.tar.zst
freebsd-ports-gnome-12c458f87264ce510d09549ebf6536ff52c17b1e.zip
s/^\.elseif/.elif/
Approved by: kris
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