diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:18 +0800 |
commit | 0d3d6885e715990ec21a9265a16bc21c6b315220 (patch) | |
tree | b409c2ea938859350acb7206a8cda4b4344c48bd /net | |
parent | 26a140235bbdb3b2f87bad80fef5baa324ae7bbb (diff) | |
download | freebsd-ports-gnome-0d3d6885e715990ec21a9265a16bc21c6b315220.tar.gz freebsd-ports-gnome-0d3d6885e715990ec21a9265a16bc21c6b315220.tar.zst freebsd-ports-gnome-0d3d6885e715990ec21a9265a16bc21c6b315220.zip |
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 7d139faf0d25..0aee4a1cad1e 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -28,12 +28,4 @@ CONFLICTS_INSTALL= mosh-0.[2-9].* 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 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900004 -LIB_DEPENDS+= libutempter.so:${PORTSDIR}/sysutils/libutempter -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |