diff options
author | harti <harti@FreeBSD.org> | 2005-04-13 22:32:00 +0800 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-04-13 22:32:00 +0800 |
commit | 12c458f87264ce510d09549ebf6536ff52c17b1e (patch) | |
tree | 9a8d34ee72f24a8600b32b9c03754fd938f277c0 /databases | |
parent | c546fc3ef0f4c5ee5363c2a6111e56e4668b26b3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |