svn commit: r382326 - head/net/remmina

John Marino marino at FreeBSD.org
Thu Mar 26 15:44:14 UTC 2015


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 at 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


More information about the svn-ports-head mailing list