diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 21:31:03 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 21:31:03 +0800 |
commit | 78d3221700fe97b986ed0c2d089b9193164973b7 (patch) | |
tree | f7fa4c7e3d1955d8f2d4db02dd093da5468fa2d9 /devel | |
parent | 88c21e1f145cde84c97b612a7640007419c30bee (diff) | |
download | freebsd-ports-gnome-78d3221700fe97b986ed0c2d089b9193164973b7.tar.gz freebsd-ports-gnome-78d3221700fe97b986ed0c2d089b9193164973b7.tar.zst freebsd-ports-gnome-78d3221700fe97b986ed0c2d089b9193164973b7.zip |
This is what happens if you think you know what make(1)'ll do.
Fix build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qmake4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qmake4/Makefile b/devel/qmake4/Makefile index 41f8788784b8..c2ee029ab910 100644 --- a/devel/qmake4/Makefile +++ b/devel/qmake4/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= The build utility of the Qt project +QT_NONSTANDARD= yes LATEST_LINK= qmake4 REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${DISTNAME}/qmake @@ -69,8 +70,8 @@ do-configure: ${ECHO} '/* empty */' > ${WRKSRC}/qconfig.h ${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/../include/QtCore/qconfig.h -.include "${.CURDIR}/../../Mk/bsd.qt.mk" .include <bsd.port.pre.mk> +.include "${.CURDIR}/../../Mk/bsd.qt.mk" .if ${OSVERSION} < 500035 USE_GCC= 3.4+ |