Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 14:39:06 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321117 - head/devel/libqxt
Message-ID:  <201306171439.r5HEd62W015419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jun 17 14:39:05 2013
New Revision: 321117
URL: http://svnweb.freebsd.org/changeset/ports/321117

Log:
  - Fix USE_LDCONFIG

Modified:
  head/devel/libqxt/Makefile

Modified: head/devel/libqxt/Makefile
==============================================================================
--- head/devel/libqxt/Makefile	Mon Jun 17 14:38:06 2013	(r321116)
+++ head/devel/libqxt/Makefile	Mon Jun 17 14:39:05 2013	(r321117)
@@ -17,7 +17,7 @@ USE_BDB=	44+
 USE_BZIP2=	yes
 USE_QT4=	qmake_build moc_build rcc_build corelib gui gui \
 		designer
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib/qxt
 
 QT_NONSTANDARD=	yes
 HAS_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171439.r5HEd62W015419>