svn commit: r447748 - head/security/putty-nogtk

Matthias Andree mandree at FreeBSD.org
Fri Aug 11 08:45:03 UTC 2017


Author: mandree
Date: Fri Aug 11 08:45:02 2017
New Revision: 447748
URL: https://svnweb.freebsd.org/changeset/ports/447748

Log:
  Fix up OPTIONS_EXCLUDE for GTK3 support in security/putty.

Modified:
  head/security/putty-nogtk/Makefile

Modified: head/security/putty-nogtk/Makefile
==============================================================================
--- head/security/putty-nogtk/Makefile	Fri Aug 11 08:44:00 2017	(r447747)
+++ head/security/putty-nogtk/Makefile	Fri Aug 11 08:45:02 2017	(r447748)
@@ -3,7 +3,7 @@
 
 PKGNAMESUFFIX=		-nogtk
 
-OPTIONS_EXCLUDE=	GTK2
+OPTIONS_EXCLUDE=	GTK3
 
 CONFLICTS_INSTALL=	pssh-[0-9]* putty-[0-9]*
 


More information about the svn-ports-all mailing list