diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/syncterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 282c8722c323..06d04ba7c7ad 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -12,7 +12,8 @@ COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH LICENSE= GPLv2 WRKSRC= ${WRKDIR}/syncterm-${PORTVERSION}/src/syncterm -USES= gmake tar:tgz +USES= gmake tar:tgz perl5 +USE_PERL5= build MAKEFILE= GNUmakefile PLIST_FILES= bin/syncterm \ man/man1/syncterm.1.gz \ |