mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Update to 0.26.3 - Add LICENSE_FILE - Adjust dependencies - Add new option, CURL - Switch to USES=libtool - Set proper install target instead of manual post-install stripping - Add Qt5 support - Use ${MOC} variable provided by Mk/bsd.qt.mk and remove needless pre-configure patching PR: 192068, 194992 Submitted by: olivierd, makc Exp-run by: antoine Approved by: kwm
11 lines
288 B
Text
11 lines
288 B
Text
--- qt5/Makefile.in.orig 2014-11-25 11:49:19 UTC
|
|
+++ qt5/Makefile.in
|
|
@@ -384,7 +384,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
win32_libs = @win32_libs@
|
|
-SUBDIRS = src tests demos
|
|
+SUBDIRS = src
|
|
all: all-recursive
|
|
|
|
.SUFFIXES:
|