diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-29 10:56:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-29 10:56:19 +0000 |
commit | fe97d781ec035cd6c1ca3e341b790820c8c185bc (patch) | |
tree | 0385611d862ee5b730ef41c73bdf18db535d9a6f /irc/hexchat | |
parent | 514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9 (diff) |
Notes
Diffstat (limited to 'irc/hexchat')
-rw-r--r-- | irc/hexchat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index ca2181af8515..9a5ab322e9b0 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -24,6 +24,7 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} INSTALLS_ICONS= yes LDFLAGS+= -pthread +LIBS+= -L${LOCALBASE}/lib -lX11 SUB_FILES= pkg-message |