diff options
author | mat <mat@FreeBSD.org> | 2013-11-06 20:27:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-06 20:27:13 +0800 |
commit | ae26890936f0e382fae276e191c8eda798fcdbe6 (patch) | |
tree | cb59d5908228b338f4a23f54f3b968268a412f4c /net | |
parent | 7edd62c67b0c8d068febeec42d5174d3f3a2676b (diff) | |
download | freebsd-ports-gnome-ae26890936f0e382fae276e191c8eda798fcdbe6.tar.gz freebsd-ports-gnome-ae26890936f0e382fae276e191c8eda798fcdbe6.tar.zst freebsd-ports-gnome-ae26890936f0e382fae276e191c8eda798fcdbe6.zip |
- Convert to staging
- Use new LIB_DEPENDS format
maintainer timeout
PR: ports/183192
Submitted by: mat
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 4a200343af75..bd3d1a8e4011 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -12,7 +12,7 @@ COMMENT= Mobile terminal that supports intermittent connectivity LICENSE= GPLv3 -LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf USE_PERL5= run GNU_CONFIGURE= yes @@ -26,14 +26,13 @@ LATEST_LINK= mosh-term CONFLICTS_INSTALL= mosh-0.[2-9].* -PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client -MAN1= mosh-client.1 mosh-server.1 mosh.1 +PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client \ + man/man1/mosh-client.1.gz man/man1/mosh-server.1.gz man/man1/mosh.1.gz -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900004 -LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter +LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif |