Date: Sat, 1 Sep 2012 18:41:55 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303507 - head/emulators/wine-devel Message-ID: <201209011841.q81IftQE060422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Sep 1 18:41:54 2012 New Revision: 303507 URL: http://svn.freebsd.org/changeset/ports/303507 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." <m.tsatsenko@gmail.com> [1] Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Sep 1 18:37:38 2012 (r303506) +++ head/emulators/wine-devel/Makefile Sat Sep 1 18:41:54 2012 (r303507) @@ -1,12 +1,8 @@ -# Ports collection makefile for: wine-devel -# Date created: 2012-04-05 -# Whom: Gerald Pfeifer <gerald@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= wine DISTVERSION= 1.5.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -86,7 +82,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011841.q81IftQE060422>