svn commit: r384391 - head/graphics/qtawesome
Mikhail Teterin
mi at FreeBSD.org
Mon Apr 20 22:21:44 UTC 2015
Author: mi
Date: Mon Apr 20 22:21:43 2015
New Revision: 384391
URL: https://svnweb.freebsd.org/changeset/ports/384391
Log:
Spell LD_CONFIG's value properly. It is not merely a boolean, after all.
Modified:
head/graphics/qtawesome/Makefile
Modified: head/graphics/qtawesome/Makefile
==============================================================================
--- head/graphics/qtawesome/Makefile Mon Apr 20 22:20:07 2015 (r384390)
+++ head/graphics/qtawesome/Makefile Mon Apr 20 22:21:43 2015 (r384391)
@@ -32,7 +32,7 @@ EXTRACT_AFTER_ARGS=--no-same-owner --no-
PLIST_FILES= lib/libQtAwesome.so.1.0.0 lib/libQtAwesome.so.1.0 \
lib/libQtAwesome.so.1 lib/libQtAwesome.so \
include/QtAwesome.h
-USE_LDCONFIG= yep...
+USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's,staticlib,sharedlib,' \
More information about the svn-ports-all
mailing list