diff options
Diffstat (limited to 'databases/p5-DBD-Sybase/Makefile')
-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 f2d49eed4148..4aa406dde53f 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-Sybase -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,12 +18,12 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= ct.4:${PORTSDIR}/databases/freetds RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -CONFIGURE_ENV+= SYBASE=${LOCALBASE} +CONFIGURE_ENV= SYBASE=${LOCALBASE} PERL_CONFIGURE= yes USE_GETTEXT= yes .if defined(BATCH) -CONFIGURE_ARGS+= < /dev/null +CONFIGURE_ARGS= < /dev/null .endif MAN3= DBD::Sybase.3 |