From owner-svn-ports-all@FreeBSD.ORG Mon May 5 18:26:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A8FB6A2; Mon, 5 May 2014 18:26:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68403E1F; Mon, 5 May 2014 18:26:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45IQrwg031368; Mon, 5 May 2014 18:26:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45IQrh1031367; Mon, 5 May 2014 18:26:53 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405051826.s45IQrh1031367@svn.freebsd.org> From: Antoine Brodin Date: Mon, 5 May 2014 18:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353035 - head/devel/doxygen 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.18 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: Mon, 05 May 2014 18:26:53 -0000 Author: antoine Date: Mon May 5 18:26:52 2014 New Revision: 353035 URL: http://svnweb.freebsd.org/changeset/ports/353035 QAT: https://qat.redports.org/buildarchive/r353035/ Log: Unbreak Modified: head/devel/doxygen/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Mon May 5 17:30:01 2014 (r353034) +++ head/devel/doxygen/Makefile Mon May 5 18:26:52 2014 (r353035) @@ -74,7 +74,7 @@ PLIST_FILES+= bin/doxywizard pre-configure: @cd ${WRKSRC};for pro in src/*.pro.in addon/doxywizard/doxywizard.pro.in;do \ - ${ECHO} "unix:tlIBS += ${ICONV_LIB}" >> $$pro; done + ${ECHO} "unix:LIBS += ${ICONV_LIB}" >> $$pro; done @${CHMOD} +x ${WRKSRC}/configure post-configure: