Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 18:26:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353035 - head/devel/doxygen
Message-ID:  <201405051826.s45IQrh1031367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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