From 9f3ec28d2d39471ad12b17c53e52685915649399 Mon Sep 17 00:00:00 2001 From: novel Date: Sun, 5 Jun 2011 18:43:16 +0000 Subject: Chase security/gnutls update and add an UPDATING entry. --- emulators/wine-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/wine-devel/Makefile') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5dfe298642f5..c65eb5ddd974 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.3.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -77,7 +78,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .ifdef WITH_GNUTLS CONFIGURE_ARGS+= --with-gnutls -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif -- cgit