diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 21:07:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 21:07:59 +0000 |
commit | 0c5dc324a23ffc54636eca96396ea5f218730db4 (patch) | |
tree | 19e76f1631e2a576e2a769e3d48f143b20187c44 /cad/vipec | |
parent | Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which (diff) |
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Submitted by: Kaarthik Sivakumar <kaarthik@comcast.net>
Diffstat (limited to 'cad/vipec')
-rw-r--r-- | cad/vipec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index e243044fecc2..864cec8f74b1 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -19,6 +19,8 @@ COMMENT= Analyze high frequency, linear electrical networks WRKSRC= ${WRKDIR}/${DISTNAME}/src +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + USE_QT_VER= 3 USE_GMAKE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" |