summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-09-01 18:41:54 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-09-01 18:41:54 +0000
commitde64575f3c2c42de85f44b285ed64545885e55c1 (patch)
treeb4078de6c5677e15417940a2e76a9ea44ebe0f4d /emulators
parentFix xclip-copyfile's use of mktemp (diff)
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]
Notes
Notes: svn path=/head/; revision=303507
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile8
1 files 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 <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