svn commit: r301648 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jul 28 11:46:55 UTC 2012


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 at 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:



More information about the svn-ports-all mailing list