diff options
author | Ken Moore <ken@pcbsd.org> | 2014-12-29 08:52:22 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-12-29 08:52:22 -0500 |
commit | 71afa563c2af718af6990b79235166da4d217b68 (patch) | |
tree | 19d1a5d6befabb9532005e8601373157d11c674b /port-files/Makefile | |
parent | Also make sure that the file operations detect/modify hidden files/dirs as we... (diff) | |
download | lumina-71afa563c2af718af6990b79235166da4d217b68.tar.gz lumina-71afa563c2af718af6990b79235166da4d217b68.tar.bz2 lumina-71afa563c2af718af6990b79235166da4d217b68.zip |
Quick fix for the FreeBSD port makefile: corelib -> core for Qt5
Diffstat (limited to 'port-files/Makefile')
-rw-r--r-- | port-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile index 483c49e3..7704e98a 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -29,7 +29,7 @@ MAKE_JOBS_UNSAFE=yes USE_XORG= x11 xcomposite xdamage xrender USE_XCB= x11extras wm USE_LDCONFIG= yes -USE_QT5= corelib gui network svg linguist multimedia imageformats \ +USE_QT5= core gui network svg linguist multimedia imageformats \ buildtools x11extras USES= qmake tar:bzip2 |