diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /databases/p5-DBD-Sybase | |
parent | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'databases/p5-DBD-Sybase')
-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 915fa8df16cd..0dd0d3986916 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBD-Sybase PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,11 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sheldonh@FreeBSD.org COMMENT= A Sybase DBI driver for Perl 5 -LIB_DEPENDS= ct.2:${PORTSDIR}/databases/freetds \ - intl.5:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= ct.2:${PORTSDIR}/databases/freetds PERL_CONFIGURE= yes CONFIGURE_ENV+= SYBASE=${LOCALBASE} +USE_GETTEXT= yes MAN3= DBD::Sybase.3 |