diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-07-28 19:46:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-07-28 19:46:54 +0800 |
commit | d0926cf8d93592c0dc9b99f7a813696e884a2126 (patch) | |
tree | b4d3f9082a8437e36c7dbdb6a257628217c05ca3 /x11 | |
parent | 644437147bd7141b917448c14ce71706b4cb8227 (diff) | |
download | freebsd-ports-gnome-d0926cf8d93592c0dc9b99f7a813696e884a2126.tar.gz freebsd-ports-gnome-d0926cf8d93592c0dc9b99f7a813696e884a2126.tar.zst freebsd-ports-gnome-d0926cf8d93592c0dc9b99f7a813696e884a2126.zip |
Fix a conditional LIB_DEPENDS statement, use LIB_DEPENDS+= instead of
LIB_DEPENDS=
Notified by: Curtis Villamizar <curtis@occnc.com> (via mail)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 665fd93fdfb2..544c421d9eb2 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -73,7 +73,7 @@ MAN1= resize.1 koi8rxterm.1 uxterm.1 xterm.1 .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: |