diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:25:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:25:50 +0000 |
commit | 93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch) | |
tree | 21c2db28e841f4df4353d24ea43d8fb0293a0606 /math | |
parent | - Update to 2.3.1 (diff) |
- Chase unixODBC shlib bump
Notes
Notes:
svn path=/head/; revision=290490
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 |