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]
This commit is contained in:
Gerald Pfeifer 2012-09-01 18:41:54 +00:00
parent 1295375a23
commit de64575f3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303507

View file

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