svn commit: r372298 - head/devel/ding-libs

Antoine Brodin antoine at FreeBSD.org
Fri Nov 7 21:32:17 UTC 2014


Author: antoine
Date: Fri Nov  7 21:32:16 2014
New Revision: 372298
URL: https://svnweb.freebsd.org/changeset/ports/372298
QAT: https://qat.redports.org/buildarchive/r372298/

Log:
  Unbreak

Modified:
  head/devel/ding-libs/Makefile

Modified: head/devel/ding-libs/Makefile
==============================================================================
--- head/devel/ding-libs/Makefile	Fri Nov  7 20:33:36 2014	(r372297)
+++ head/devel/ding-libs/Makefile	Fri Nov  7 21:32:16 2014	(r372298)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib -liconv -lintl
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lintl
 
 USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
 AUTOMAKE_ARGS=	-a -c -f


More information about the svn-ports-all mailing list