From de64575f3c2c42de85f44b285ed64545885e55c1 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 1 Sep 2012 18:41:54 +0000 Subject: [PATCH] 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] --- emulators/wine-devel/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e64eb8c18c8a..c2cd69c7fcd4 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,12 +1,8 @@ -# Ports collection makefile for: wine-devel -# Date created: 2012-04-05 -# Whom: Gerald Pfeifer -# # $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