diff options
author | bofh <bofh@FreeBSD.org> | 2015-05-25 23:02:28 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-05-25 23:02:28 +0800 |
commit | 3899444688f2cc7246f77d365ac280bbe69d027f (patch) | |
tree | e064452c7c388c259e207fc85a1bfcd13153d651 /databases | |
parent | ef9effa599b072cab49a417e41af94d5209e65d0 (diff) | |
download | freebsd-ports-gnome-3899444688f2cc7246f77d365ac280bbe69d027f.tar.gz freebsd-ports-gnome-3899444688f2cc7246f77d365ac280bbe69d027f.tar.zst freebsd-ports-gnome-3899444688f2cc7246f77d365ac280bbe69d027f.zip |
databases/freetds-devel: Fix PORTSCOUT variable
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 c01dd266ccee..2ef46b8a51d3 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -PORTSCOUT= skipv:0.92.405 +PORTSCOUT= skipv:0.92.79,0.92.405 TDS_VER?= 5.0 USES= autoreconf iconv gmake pkgconfig libtool:keepla tar:bzip2 |