svn commit: r396031 - head/net/mosh
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 3 18:50:19 UTC 2015
Author: amdmi3
Date: Thu Sep 3 18:50:18 2015
New Revision: 396031
URL: https://svnweb.freebsd.org/changeset/ports/396031
Log:
- Drop 8.x support
Approved by: portmgr blanket
Modified:
head/net/mosh/Makefile
Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile Thu Sep 3 18:50:16 2015 (r396030)
+++ head/net/mosh/Makefile Thu Sep 3 18:50:18 2015 (r396031)
@@ -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>
More information about the svn-ports-all
mailing list