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

Marius Strobl marius at FreeBSD.org
Tue Dec 29 14:55:31 UTC 2015


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:


More information about the svn-ports-all mailing list