aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-09-01 13:41:08 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-09-01 13:41:08 +0000
commita03d9efe649409e6250ecba34fcbbda74306f279 (patch)
treefd421f5655b3cfde2fa1d99cdefc886c5f07a742 /emulators/wine
parented010df4ec80ab6823dbe90dcc6a4a1e927dac06 (diff)
downloadports-a03d9efe649409e6250ecba34fcbbda74306f279.tar.gz
ports-a03d9efe649409e6250ecba34fcbbda74306f279.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1acd4ac351dd..f90c016b29a2 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: wine
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
# $FreeBSD$
-#
PORTNAME= wine
DISTVERSION= 1.4.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -85,7 +81,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