svn commit: r303507 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sat Sep 1 18:41:55 UTC 2012
Author: gerald
Date: Sat Sep 1 18:41:54 2012
New Revision: 303507
URL: http://svn.freebsd.org/changeset/ports/303507
Log:
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 at gmail.com> [1]
Modified:
head/emulators/wine-devel/Makefile
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Sat Sep 1 18:37:38 2012 (r303506)
+++ head/emulators/wine-devel/Makefile Sat Sep 1 18:41:54 2012 (r303507)
@@ -1,12 +1,8 @@
-# Ports collection makefile for: wine-devel
-# Date created: 2012-04-05
-# Whom: Gerald Pfeifer <gerald at 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
More information about the svn-ports-all
mailing list