From owner-svn-ports-all@FreeBSD.ORG Thu Feb 7 09:54:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 197F31C1; Thu, 7 Feb 2013 09:54:35 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E987B180; Thu, 7 Feb 2013 09:54:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r179sY6r096774; Thu, 7 Feb 2013 09:54:34 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r179sYTq096772; Thu, 7 Feb 2013 09:54:34 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201302070954.r179sYTq096772@svn.freebsd.org> From: Alberto Villa Date: Thu, 7 Feb 2013 09:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311822 - head/security/libtasn1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:54:35 -0000 Author: avilla Date: Thu Feb 7 09:54:34 2013 New Revision: 311822 URL: http://svnweb.freebsd.org/changeset/ports/311822 Log: - Fix installation on 10-CURRENT amd64. Approved by: novel (maintainer) Modified: head/security/libtasn1/Makefile (contents, props changed) Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Thu Feb 7 09:20:18 2013 (r311821) +++ head/security/libtasn1/Makefile Thu Feb 7 09:54:34 2013 (r311822) @@ -13,6 +13,7 @@ COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes +USE_GMAKE= yes DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps