diff options
-rw-r--r-- | devel/avarice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index a55f4d8d3eb3..8486b2f0f187 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -3,7 +3,7 @@ PORTNAME= avarice PORTVERSION= 2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,5 +15,6 @@ LICENSE= GPLv2 USES= perl5 tar:bzip2 GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_pathperl=${PERL} .include <bsd.port.mk> |