svn commit: r303477 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 1 13:41:08 UTC 2012


Author: gerald
Date: Sat Sep  1 13:41:08 2012
New Revision: 303477
URL: http://svn.freebsd.org/changeset/ports/303477

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/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat Sep  1 13:39:34 2012	(r303476)
+++ head/emulators/wine/Makefile	Sat Sep  1 13:41:08 2012	(r303477)
@@ -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



More information about the svn-ports-all mailing list