svn commit: r321117 - head/devel/libqxt
Pietro Cerutti
gahr at FreeBSD.org
Mon Jun 17 14:39:06 UTC 2013
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
More information about the svn-ports-head
mailing list