Date: Thu, 26 Mar 2015 15:44:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382326 - head/net/remmina Message-ID: <201503261544.t2QFiEX7038261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Mar 26 15:44:13 2015 New Revision: 382326 URL: https://svnweb.freebsd.org/changeset/ports/382326 QAT: https://qat.redports.org/buildarchive/r382326/ Log: net/remmina: remove FreeBSD 7 support Modified: head/net/remmina/Makefile Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Thu Mar 26 15:27:01 2015 (r382325) +++ head/net/remmina/Makefile Thu Mar 26 15:44:13 2015 (r382326) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= net gnome MAINTAINER= ports@FreeBSD.org -COMMENT= The GTK+ Remote Desktop Client +COMMENT= GTK+ Remote Desktop Client LICENSE= GPLv2 @@ -50,9 +50,7 @@ PLIST_SUB+= NLS="@comment " .if ${PORT_OPTIONS:MSSH} LIB_DEPENDS+= libssh_threads.so:${PORTSDIR}/security/libssh -.if ${OSVERSION} >= 800040 LDFLAGS+= -fstack-protector -.endif .else CMAKE_ARGS+= -DWITH_LIBSSH=OFF .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261544.t2QFiEX7038261>