diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
commit | 6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch) | |
tree | 129af67435aa0a4cfd90fba475742eeb65f0cf75 /math | |
parent | 6274c23598d5d3fd074cb54378c329d852660795 (diff) | |
download | freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip |
- Chase unixODBC shlib bump
Diffstat (limited to 'math')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index b75b86b749c4..8f5b74be1cb3 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.9.7 +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF @@ -73,7 +74,7 @@ PLIST_SUB+= NLS="@comment " .if defined(WITH_ODBC) CONFIGURE_ARGS+= --with-odbc -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC PLIST_SUB+= ODBC="" .else CONFIGURE_ARGS+= --without-odbc |