diff options
author | shurd <shurd@FreeBSD.org> | 2015-08-16 14:51:38 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2015-08-16 14:51:38 +0800 |
commit | 3d727589918db19b0e428f2ee73fa42f556869c3 (patch) | |
tree | 71ff6bf05bda10893e07c3b83584b8d056fcff5f /comms | |
parent | 1c521a1738eea4dbd4f36d841a38498d8fcfa9ae (diff) | |
download | freebsd-ports-gnome-3d727589918db19b0e428f2ee73fa42f556869c3.tar.gz freebsd-ports-gnome-3d727589918db19b0e428f2ee73fa42f556869c3.tar.zst freebsd-ports-gnome-3d727589918db19b0e428f2ee73fa42f556869c3.zip |
Fix build - perl used during build.
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 \ |