diff options
Diffstat (limited to 'devel/cvsmonitor/Makefile')
-rw-r--r-- | devel/cvsmonitor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile index 3ad818a43341..d978dbd94979 100644 --- a/devel/cvsmonitor/Makefile +++ b/devel/cvsmonitor/Makefile @@ -43,7 +43,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 +USE_PERL5= patch run build # stolen from cvsweb .if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache) |