Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 14:55:30 +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: r404748 - head/sysutils/cdrtools-devel
Message-ID:  <201512291455.tBTEtUKl065706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Dec 29 14:55:30 2015
New Revision: 404748
URL: https://svnweb.freebsd.org/changeset/ports/404748

Log:
  Don't depend on gettext if libiconv is part of base and cdrtools-devel is
  built without NLS support.

Modified:
  head/sysutils/cdrtools-devel/Makefile

Modified: head/sysutils/cdrtools-devel/Makefile
==============================================================================
--- head/sysutils/cdrtools-devel/Makefile	Tue Dec 29 14:55:24 2015	(r404747)
+++ head/sysutils/cdrtools-devel/Makefile	Tue Dec 29 14:55:30 2015	(r404748)
@@ -91,8 +91,8 @@ CDRTLSXARCH!=	${UNAME} -m
 
 .if exists(/usr/include/iconv.h) || 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?201512291455.tBTEtUKl065706>