svn commit: r369945 - head/www/dillo2
Marcus von Appen
mva at FreeBSD.org
Sat Oct 4 06:49:59 UTC 2014
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 at 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]* \
More information about the svn-ports-head
mailing list