Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 06:49:59 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369945 - head/www/dillo2
Message-ID:  <201410040649.s946nxcj061221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Oct  4 06:49:59 2014
New Revision: 369945
URL: https://svnweb.freebsd.org/changeset/ports/369945
QAT: https://qat.redports.org/buildarchive/r369945/

Log:
  - Unbreak the build, which missed to link against iconv properly
  
  PR:		193744
  Submitted by:	myself
  Reported by:	roo4.id@gmail.com
  Approved by:	masintainer timeout (bf@)

Modified:
  head/www/dillo2/Makefile

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Sat Oct  4 06:42:04 2014	(r369944)
+++ head/www/dillo2/Makefile	Sat Oct  4 06:49:59 2014	(r369945)
@@ -21,7 +21,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		gmake iconv pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec
 CONFLICTS=	dillo-i18n-[0-9]* \



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