diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-04 21:37:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-04 21:37:18 +0800 |
commit | bb63ad0edbd4fa5cb0c343e912d2a7d84bfa5e16 (patch) | |
tree | 3142ecd0886fdd01eff891a3bc81e9b325d8d7f8 /databases | |
parent | 4f2e321454f0b1f17bf8af57c4d7165929e0e006 (diff) | |
download | freebsd-ports-gnome-bb63ad0edbd4fa5cb0c343e912d2a7d84bfa5e16.tar.gz freebsd-ports-gnome-bb63ad0edbd4fa5cb0c343e912d2a7d84bfa5e16.tar.zst freebsd-ports-gnome-bb63ad0edbd4fa5cb0c343e912d2a7d84bfa5e16.zip |
Fix conversion to new option framework
Reported by: bdrewery
Approved by: portmgr (implicit)
With hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r-- | databases/freetds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index f62e1fd98abd..5af74936bc1a 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -54,7 +54,7 @@ LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE} .endif -.if ${PORT_OPTIONS:MIODBC) || defined(WITH_UNIXODBC} +.if ${PORT_OPTIONS:MIODBC} || ${PORT_OPTIONS:MUNIXODBC} PLIST_SUB+= ODBC="" .else PLIST_SUB+= ODBC="@comment " |