svn commit: r313918 - head/deskutils/launchy

Eitan Adler eadler at FreeBSD.org
Mon Mar 11 16:42:17 UTC 2013


Author: eadler
Date: Mon Mar 11 16:42:16 2013
New Revision: 313918
URL: http://svnweb.freebsd.org/changeset/ports/313918

Log:
  The .so files installed are all plugins, not general use libraries
  as such: remove USE_LDCONFIG
  
  Reported by:	makc

Modified:
  head/deskutils/launchy/Makefile

Modified: head/deskutils/launchy/Makefile
==============================================================================
--- head/deskutils/launchy/Makefile	Mon Mar 11 16:41:04 2013	(r313917)
+++ head/deskutils/launchy/Makefile	Mon Mar 11 16:42:16 2013	(r313918)
@@ -15,7 +15,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/xdg-open:$
 
 USE_DOS2UNIX=	readme.lyx readme.txt
 USE_QT4=	qmake_build moc_build rcc_build uic_build gui network
-USE_LDCONFIG=	yes
 PORTDOCS=	*
 
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-head mailing list