diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-26 21:07:59 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-26 21:07:59 +0000 |
commit | aa4390715d348277e91683c8a4a20af178bbea87 (patch) | |
tree | 04a96777d34290e345377f7a4d06620dbeb34369 /cad | |
parent | ffb7f7818ca24d1cad8e07b5e2f9d73d0dbc0974 (diff) | |
download | FreeBSD-ports-aa4390715d348277e91683c8a4a20af178bbea87.zip FreeBSD-ports-aa4390715d348277e91683c8a4a20af178bbea87.tar.gz |
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')
-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 e243044..864cec8 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}" |