svn commit: r404750 - head/sysutils/cdrtools-devel

Marius Strobl marius at FreeBSD.org
Tue Dec 29 15:16:22 UTC 2015


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:


More information about the svn-ports-head mailing list