aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.qt.mk
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-08-11 18:27:36 +0800
committerlofi <lofi@FreeBSD.org>2007-08-11 18:27:36 +0800
commit0bf2458fe1685ae3cec4f21a28a1b893fa665555 (patch)
tree01a5bc022d77a7acf20a4ba6f0d25336b776928b /Mk/bsd.qt.mk
parent1cba5afb2817ba2bea1e420b98b2076f1bd32b06 (diff)
downloadfreebsd-ports-gnome-0bf2458fe1685ae3cec4f21a28a1b893fa665555.tar.gz
freebsd-ports-gnome-0bf2458fe1685ae3cec4f21a28a1b893fa665555.tar.zst
freebsd-ports-gnome-0bf2458fe1685ae3cec4f21a28a1b893fa665555.zip
Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
the rest of the qt4 ports and avoiding dependency resolution troubles if devel/qmake is installed on the same system. While here, change NOMAN to NO_MAN in Makefile.bsd. PR: ports/115352 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r--Mk/bsd.qt.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index 99011b34980d..c538e6476ddf 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -100,7 +100,6 @@ pixeltool_DEPENDS= graphics/qt4-pixeltool
porting_DEPENDS= devel/qt4-porting
qdbusviewer_DEPENDS= devel/qt4-qdbusviewer
qmake_DEPENDS= devel/qmake4
-qmake_QT4_PREFIX= # empty
qt3support_DEPENDS= devel/qt4-qt3support
qtconfig_DEPENDS= devel/qtconfig
qtestlib_DEPENDS= devel/qt4-qtestlib
@@ -138,7 +137,6 @@ pixeltool_build_DEPENDS= ${pixeltool_DEPENDS}
porting_build_DEPENDS= ${porting_DEPENDS}
qdbusviewer_build_DEPENDS= ${qdbusviewer_DEPENDS}
qmake_build_DEPENDS= ${qmake_DEPENDS}
-qmake_build_QT4_PREFIX= ${qmake_QT4_PREFIX}
qt3support_build_DEPENDS= ${qt3support_DEPENDS}
qtconfig_build_DEPENDS= ${qtconfig_DEPENDS}
qtestlib_build_DEPENDS= ${qtestlib_DEPENDS}
@@ -176,7 +174,6 @@ pixeltool_run_DEPENDS= ${pixeltool_DEPENDS}
porting_run_DEPENDS= ${porting_DEPENDS}
qdbusviewer_run_DEPENDS= ${qdbusviewer_DEPENDS}
qmake_run_DEPENDS= ${qmake_DEPENDS}
-qmake_run_QT4_PREFIX= ${qmake_QT4_PREFIX}
qt3support_run_DEPENDS= ${qt3support_DEPENDS}
qtconfig_run_DEPENDS= ${qtconfig_DEPENDS}
qtestlib_run_DEPENDS= ${qtestlib_DEPENDS}