From 49370370d9a9cfea4671d4b2301de64cb7fac297 Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 4 Jan 2006 18:36:50 +0000 Subject: 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. --- databases/p5-DBD-Sybase/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3