Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 15:58:38 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334095 - head/security/gnutls3
Message-ID:  <201311171558.rAHFwciC053896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Nov 17 15:58:38 2013
New Revision: 334095
URL: http://svnweb.freebsd.org/changeset/ports/334095

Log:
  security/gnutls3: fix libtasn1 option
  
  PR:		ports/183992
  Submitted by:	sunpoet

Modified:
  head/security/gnutls3/Makefile

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Sun Nov 17 15:56:23 2013	(r334094)
+++ head/security/gnutls3/Makefile	Sun Nov 17 15:58:38 2013	(r334095)
@@ -43,13 +43,13 @@ OPTIONS_DEFINE=		CXX DOCS EXAMPLES LIBTA
 OPTIONS_DEFAULT=	CXX
 OPTIONS_SUB=		yes
 
-LIBTASN1_DESC=	Use system libtasn1
+LIBTASN1_DESC=	Use libtasn1 from ports
 
 CXX_CONFIGURE_ENABLE=	cxx
 
 .include <bsd.port.options.mk>
 
-.if defined(PORT_OPTIONS:MLIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.7)
+.if ${PORT_OPTIONS:MLIBTASN1} || exists(${LOCALBASE}/lib/libtasn1.so.7)
 LIB_DEPENDS+=	libtasn1.so:${PORTSDIR}/security/libtasn1
 .else
 CONFIGURE_ARGS+=	--with-included-libtasn1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311171558.rAHFwciC053896>