svn commit: r340055 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jan 17 15:21:16 UTC 2014


Author: ehaupt
Date: Fri Jan 17 15:21:15 2014
New Revision: 340055
URL: http://svnweb.freebsd.org/changeset/ports/340055
QAT: https://qat.redports.org/buildarchive/r340055/

Log:
  Fix LUIT_BUILD_DEPENDS.

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Fri Jan 17 15:18:17 2014	(r340054)
+++ head/x11/xterm/Makefile	Fri Jan 17 15:21:15 2014	(r340055)
@@ -38,7 +38,7 @@ WCHAR_DESC=	Enable wide-character suppor
 OPTIONS_DEFAULT=WCHAR LUIT 256COLOR
 
 256COLOR_CONFIGURE_ENABLE=	256-color
-LUIT_BUILD_DEPENDS=	libluit.so:${PORTSDIR}/x11/luit
+LUIT_BUILD_DEPENDS=	luit:${PORTSDIR}/x11/luit
 LUIT_CONFIGURE_ENABLE=	luit
 WCHAR_CONFIGURE_ENABLE=	wide-chars
 DECTERM_CONFIGURE_ENABLE=	dec-locator


More information about the svn-ports-all mailing list