From owner-svn-ports-head@FreeBSD.ORG Sat Sep 1 13:41:08 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D8EF106564A; Sat, 1 Sep 2012 13:41:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 887968FC24; Sat, 1 Sep 2012 13:41:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81Df8W9017643; Sat, 1 Sep 2012 13:41:08 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81Df896017641; Sat, 1 Sep 2012 13:41:08 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201209011341.q81Df896017641@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Sep 2012 13:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303477 - head/emulators/wine X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 13:41:08 -0000 Author: gerald Date: Sat Sep 1 13:41:08 2012 New Revision: 303477 URL: http://svn.freebsd.org/changeset/ports/303477 Log: Fix typo and thereby really enable the GNUTLS options. [1] Remove now deprecated comments at the top of Makefile. PR: 171146 [1] Submitted by: "Mikhail T." [1] Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sat Sep 1 13:39:34 2012 (r303476) +++ head/emulators/wine/Makefile Sat Sep 1 13:41:08 2012 (r303477) @@ -1,12 +1,8 @@ -# New ports collection makefile for: wine -# Date created: Sa 9 Nov 1996 00:52:22 MET -# Whom: se -# # $FreeBSD$ -# PORTNAME= wine DISTVERSION= 1.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -85,7 +81,7 @@ CONFIGURE_ARGS+= --without-cups RUN_DEPENDS+= dosbox:${PORTSDIR}/emulators/dosbox .endif -.if ${PORT_OPTIONS:MGNU_TLS} +.if ${PORT_OPTIONS:MGNUTLS} CONFIGURE_ARGS+= --with-gnutls LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else