Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2012 11:46:54 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301648 - head/x11/xterm
Message-ID:  <201207281146.q6SBksHT022136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jul 28 11:46:54 2012
New Revision: 301648
URL: http://svn.freebsd.org/changeset/ports/301648

Log:
  Fix a conditional LIB_DEPENDS statement, use LIB_DEPENDS+= instead of
  LIB_DEPENDS=
  
  Notified by:	Curtis Villamizar <curtis@occnc.com> (via mail)

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Sat Jul 28 11:24:21 2012	(r301647)
+++ head/x11/xterm/Makefile	Sat Jul 28 11:46:54 2012	(r301648)
@@ -73,7 +73,7 @@ MAN1=		resize.1 koi8rxterm.1 uxterm.1 xt
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 900004
-LIB_DEPENDS=	utempter.0:${PORTSDIR}/sysutils/libutempter
+LIB_DEPENDS+=	utempter.0:${PORTSDIR}/sysutils/libutempter
 .endif
 
 post-install:



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