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:
parent
1295375a23
commit
de64575f3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303507
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue