forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
320 B
Text
13 lines
320 B
Text
--- src/Makefile.rules.orig Fri Nov 9 04:31:39 2007
|
|
+++ src/Makefile.rules Sun Jan 6 18:59:35 2008
|
|
@@ -25,8 +25,8 @@
|
|
CCOPTS=$(CCWARN) $(DEFS) $(CCOPT)
|
|
CCOPTS_DEP=$(DEFS) $(CCOPT_DEP)
|
|
|
|
-MOC=$(QTBIN)/moc
|
|
-UIC=$(QTBIN)/uic
|
|
+MOC=$(QTBIN)/moc-qt4
|
|
+UIC=$(QTBIN)/uic-qt4
|
|
RCC=$(QTBIN)/rcc
|
|
|
|
# this target must be first:
|