summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.kde4.mk
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-04-19 17:08:04 +0000
committerlofi <lofi@FreeBSD.org>2007-04-19 17:08:04 +0000
commit43404bb558fdbf21dfea86b33ff69de82991385e (patch)
tree7a31726ac01ff730b15d92e60de131efbdf5a4c4 /Mk/bsd.kde4.mk
parent18159a3ac1812e45272d9372ab81e073abaedba1 (diff)
downloadFreeBSD-ports-43404bb558fdbf21dfea86b33ff69de82991385e.zip
FreeBSD-ports-43404bb558fdbf21dfea86b33ff69de82991385e.tar.gz
Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages.
Diffstat (limited to 'Mk/bsd.kde4.mk')
-rw-r--r--Mk/bsd.kde4.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 080b191..5ee5ee1 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -140,8 +140,8 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGL
# Qt 4.x common stuff
QT_PREFIX?= ${LOCALBASE}
-MOC?= ${QT_PREFIX}/bin/moc4
-UIC?= ${QT_PREFIX}/bin/uic4
+MOC?= ${QT_PREFIX}/bin/moc-qt4
+UIC?= ${QT_PREFIX}/bin/uic-qt4
QMAKE?= ${QT_PREFIX}/bin/qmake-qt4
QMAKESPEC?= ${QT_PREFIX}/share/qt4/mkspecs/freebsd-g++
OpenPOWER on IntegriCloud