diff options
author | pav <pav@FreeBSD.org> | 2005-04-12 04:52:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-12 04:52:52 +0800 |
commit | 5123281c681657ea0f07a6eb601057b4f2caf24a (patch) | |
tree | 08cc2b2e5f2f2ea2a743ba50049f7a40559ef011 /databases/p5-DBD-Sybase | |
parent | 803ed2f8ac1b07b93cfd5d9d6998e1a9e11bbce2 (diff) | |
download | freebsd-ports-gnome-5123281c681657ea0f07a6eb601057b4f2caf24a.tar.gz freebsd-ports-gnome-5123281c681657ea0f07a6eb601057b4f2caf24a.tar.zst freebsd-ports-gnome-5123281c681657ea0f07a6eb601057b4f2caf24a.zip |
- Chase freetds shlib bump
Diffstat (limited to 'databases/p5-DBD-Sybase')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile index a36bdd974379..7360a70a8442 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBD-Sybase PORTVERSION= 1.02 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A Sybase DBI driver for Perl 5 -LIB_DEPENDS= ct.2:${PORTSDIR}/databases/freetds +LIB_DEPENDS= ct.3:${PORTSDIR}/databases/freetds PERL_CONFIGURE= yes CONFIGURE_ENV+= SYBASE=${LOCALBASE} |