Date: Thu, 3 Sep 2015 18:50:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396031 - head/net/mosh Message-ID: <201509031850.t83IoJfA098090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031850.t83IoJfA098090>