diff options
author | mi <mi@FreeBSD.org> | 2015-04-21 06:21:43 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-04-21 06:21:43 +0800 |
commit | 253049c646a30e27db158bf9890d24472e276bf0 (patch) | |
tree | 1d581c1b131cec56947514c26d39d940228e8eba /graphics/qtawesome | |
parent | 6dd18f4c0056c511c9d8ce48e8eb57f40adaac5d (diff) | |
download | freebsd-ports-gnome-253049c646a30e27db158bf9890d24472e276bf0.tar.gz freebsd-ports-gnome-253049c646a30e27db158bf9890d24472e276bf0.tar.zst freebsd-ports-gnome-253049c646a30e27db158bf9890d24472e276bf0.zip |
Spell LD_CONFIG's value properly. It is not merely a boolean, after all.
Diffstat (limited to 'graphics/qtawesome')
-rw-r--r-- | graphics/qtawesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qtawesome/Makefile b/graphics/qtawesome/Makefile index c1728012c5f3..b6e54607b4a7 100644 --- a/graphics/qtawesome/Makefile +++ b/graphics/qtawesome/Makefile @@ -32,7 +32,7 @@ EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions \ 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,' \ |