svn commit: r342896 - head/deskutils/launchy

John Marino marino at FreeBSD.org
Wed Feb 5 23:26:55 UTC 2014


Author: marino
Date: Wed Feb  5 23:26:55 2014
New Revision: 342896
URL: http://svnweb.freebsd.org/changeset/ports/342896
QAT: https://qat.redports.org/buildarchive/r342896/

Log:
  deskutils/launchy: explicitly link libX11 (taken from dports)

Modified:
  head/deskutils/launchy/Makefile

Modified: head/deskutils/launchy/Makefile
==============================================================================
--- head/deskutils/launchy/Makefile	Wed Feb  5 23:19:37 2014	(r342895)
+++ head/deskutils/launchy/Makefile	Wed Feb  5 23:26:55 2014	(r342896)
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/xdg-open:$
 USES=		dos2unix qmake
 DOS2UNIX_FILES=	readme.lyx readme.txt
 USE_QT4=	moc_build rcc_build uic_build gui network
+LDFLAGS+=	-lX11
 PORTDOCS=	*
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list