summaryrefslogtreecommitdiff
path: root/databases/clip
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/clip
parentreset maintainer to ports@FreeBSD.org (diff)
s/^\.elseif/.elif/
Approved by: kris
Notes
Notes: svn path=/head/; revision=133243
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 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