diff options
author | reed <reed@pkgsrc.org> | 2006-01-04 18:36:50 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-01-04 18:36:50 +0000 |
commit | 49370370d9a9cfea4671d4b2301de64cb7fac297 (patch) | |
tree | d2df92d81478fddfc2f7b9239a7dfcd0225f6b0e /databases | |
parent | b666cf33a18279bee33a71c7c8c55a4d0dd1efc8 (diff) | |
download | pkgsrc-49370370d9a9cfea4671d4b2301de64cb7fac297.tar.gz |
Bump PKGREVISION, since location of shared libraries (libtds and libct)
used by this were moved from my recent changes to the freetds
installation.
Fix build by removing the subdirectory "freetds" from the buildlink
directory it uses.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile index 50fc50d9a76..00f56f7bdb1 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2005/12/05 20:49:58 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2006/01/04 18:36:50 reed Exp $ # DISTNAME= DBD-Sybase-0.94 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 SVR4_PKGNAME= p5dsy CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -25,7 +25,7 @@ _SYBASE= ${SYBASE} PKG_FAIL_REASON+= "You must define SYBASE to the base directory of your Open Client." . endif .else -_SYBASE= ${BUILDLINK_PREFIX.freetds}/freetds +_SYBASE= ${BUILDLINK_PREFIX.freetds} .endif PERL5_LDFLAGS+= ${COMPILER_RPATH_FLAG}${_SYBASE}/lib |