Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 15:16:21 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404750 - head/sysutils/cdrtools-devel
Message-ID:  <201512291516.tBTFGLLr071674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Dec 29 15:16:21 2015
New Revision: 404750
URL: https://svnweb.freebsd.org/changeset/ports/404750

Log:
  Replace r404748 with the correct change.

Modified:
  head/sysutils/cdrtools-devel/Makefile

Modified: head/sysutils/cdrtools-devel/Makefile
==============================================================================
--- head/sysutils/cdrtools-devel/Makefile	Tue Dec 29 15:05:44 2015	(r404749)
+++ head/sysutils/cdrtools-devel/Makefile	Tue Dec 29 15:16:21 2015	(r404750)
@@ -89,10 +89,13 @@ MAKE_ENV=	CCOM=cc GMAKE_NOWARN=true INS_
 CDRTLSTARGET=	${ARCH}-${OPSYS:tl}-cc
 CDRTLSXARCH!=	${UNAME} -m
 
-.if exists(/usr/include/iconv.h) || exists(${LOCALBASE}/lib/libiconv.a) || \
+.if exists(/usr/include/iconv.h)
+USES+=		iconv
+.endif
+.if exists(${LOCALBASE}/lib/libiconv.a) || \
 	exists(${LOCALBASE}/lib/libintl.a) || ${PORT_OPTIONS:MNLS}
-#MAKE_ENV+=	DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib
-#USES+=		gettext iconv
+MAKE_ENV+=	DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib
+USES+=		gettext iconv
 .endif
 
 post-extract:



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