svn commit: r366501 - head/irc/hexchat
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 29 10:56:19 UTC 2014
Author: amdmi3
Date: Fri Aug 29 10:56:19 2014
New Revision: 366501
URL: http://svnweb.freebsd.org/changeset/ports/366501
QAT: https://qat.redports.org/buildarchive/r366501/
Log:
- Fix build by adding missing LIBS
Approved by: portmgr blanket
Modified:
head/irc/hexchat/Makefile
Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile Fri Aug 29 10:50:46 2014 (r366500)
+++ head/irc/hexchat/Makefile Fri Aug 29 10:56:19 2014 (r366501)
@@ -24,6 +24,7 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
INSTALLS_ICONS= yes
LDFLAGS+= -pthread
+LIBS+= -L${LOCALBASE}/lib -lX11
SUB_FILES= pkg-message
More information about the svn-ports-all
mailing list