diff options
author | mat <mat@FreeBSD.org> | 2006-06-19 20:18:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-06-19 20:18:05 +0800 |
commit | 33df0d85db883f2ed89d8d501b97513883a6a7b0 (patch) | |
tree | 3f6489d24cafd05f1ee87d1b757cca36218fee26 /databases/p5-DBD-Sybase/Makefile | |
parent | 1e6a74f099ef60080c4d76d6f5a4ed166bead3e5 (diff) | |
download | freebsd-ports-gnome-33df0d85db883f2ed89d8d501b97513883a6a7b0.tar.gz freebsd-ports-gnome-33df0d85db883f2ed89d8d501b97513883a6a7b0.tar.zst freebsd-ports-gnome-33df0d85db883f2ed89d8d501b97513883a6a7b0.zip |
Update to 1.07
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile index 7360a70a8442..f1d314abc49d 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DBD-Sybase -PORTVERSION= 1.02 -PORTREVISION= 3 +PORTVERSION= 1.07 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -20,6 +19,11 @@ LIB_DEPENDS= ct.3:${PORTSDIR}/databases/freetds PERL_CONFIGURE= yes CONFIGURE_ENV+= SYBASE=${LOCALBASE} + +.if defined(BATCH) +CONFIGURE_ARGS+= < /dev/null +.endif + USE_GETTEXT= yes MAN3= DBD::Sybase.3 |