aboutsummaryrefslogtreecommitdiff
path: root/devel/qmake4/files/Makefile.bsd
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-16 10:12:15 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-16 10:12:15 +0000
commit8bd00266dc1b89a8a7a9d6170d1d895ef285c905 (patch)
tree78e6b0d3b242b999541f0e267c681933f7c9bc9d /devel/qmake4/files/Makefile.bsd
parentd35a45eeb49c097657f16ba58ccbdf86bc3a59b4 (diff)
Notes
Diffstat (limited to 'devel/qmake4/files/Makefile.bsd')
-rw-r--r--devel/qmake4/files/Makefile.bsd8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/qmake4/files/Makefile.bsd b/devel/qmake4/files/Makefile.bsd
index dd4e48c651bf..7997e28d17d4 100644
--- a/devel/qmake4/files/Makefile.bsd
+++ b/devel/qmake4/files/Makefile.bsd
@@ -9,11 +9,15 @@ NOMAN= true # qmake.1 anyone?
.PATH: ${.CURDIR} ${.CURDIR:H}/src/corelib/tools ${.CURDIR:H}/src/corelib/io \
${.CURDIR:H}/src/corelib/global ${.CURDIR:H}/src/corelib/plugin \
- ${.CURDIR:H}/src/corelib/kernel ${.CURDIR:H}/src/3rdparty/md5
+ ${.CURDIR:H}/src/corelib/kernel ${.CURDIR:H}/src/3rdparty/md5 \
+ ${.CURDIR:H}/src/3rdparty/md4 ${.CURDIR:H}/src/3rdparty/sha1 \
+ ${.CURDIR:H}/src/script
+
CXXFLAGS+=-I${.CURDIR:H}/mkspecs/freebsd-g++
.for s in src/corelib/arch/generic src/global src/tools src/kernel src/codecs \
- src/3rdparty/md5 include/QtCore include
+ src/3rdparty/md5 src/3rdparty/md4 src/3rdparty/sha1 \
+ src/script include/QtCore include
CXXFLAGS+=-I${.CURDIR:H}/$s
.endfor