diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-27 04:59:36 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-27 04:59:36 +0800 |
commit | ffb7f7818ca24d1cad8e07b5e2f9d73d0dbc0974 (patch) | |
tree | 04526c52b6d6e8f3d9b350bad4a10723d2f30485 /cad | |
parent | 670c51326db02c8fce8eda5ed467ca56d442438a (diff) | |
download | freebsd-ports-gnome-ffb7f7818ca24d1cad8e07b5e2f9d73d0dbc0974.tar.gz freebsd-ports-gnome-ffb7f7818ca24d1cad8e07b5e2f9d73d0dbc0974.tar.zst freebsd-ports-gnome-ffb7f7818ca24d1cad8e07b5e2f9d73d0dbc0974.zip |
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 742e74e44a5c..850f6cde46fd 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}.src MAINTAINER= mr@FreeBSD.org COMMENT= Professional CAD system -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ + qmake:${PORTSDIR}/devel/qmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1/-1/}.src |