diff options
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 |