diff options
author | az <az@FreeBSD.org> | 2013-09-16 14:30:31 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 14:30:31 +0800 |
commit | 4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/mosh | |
parent | 59b044104f44ee4ad424ece3a7ae3840d984a34b (diff) | |
download | freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.tar.gz freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.tar.zst freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 041e5140ea09..36e28794d04a 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -14,13 +14,13 @@ LICENSE= GPLv3 LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf -USE_PERL5_RUN= yes +USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" INSTALL_TARGET= install-strip USE_OPENSSL= yes -USES= pkgconfig +USES= pkgconfig perl5 LATEST_LINK= mosh-term |