mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e198e761b3
PR: ports/174228 Feature safe: yes
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
--- Makefile.in.orig 2012-12-05 23:08:33.000000000 +1100
|
|
+++ Makefile.in 2012-12-05 23:08:50.000000000 +1100
|
|
@@ -1613,7 +1613,7 @@
|
|
|
|
|
|
moc_%.cpp: %.hpp
|
|
- moc $< -o $@
|
|
+ moc-qt4 $< -o $@
|
|
|
|
# helper target for updating translation files
|
|
@USE_LRELEASE_TRUE@lupdate: $(hamfax_SOURCES)
|