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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qscintilla/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qwt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qwt4/Makefile | 2 |
5 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile index 7237e88cc62e..3c9ce0e70579 100644 --- a/x11-toolkits/qscintilla/Makefile +++ b/x11-toolkits/qscintilla/Makefile @@ -13,6 +13,8 @@ DISTNAME= qscintilla-1.54-x11-gpl-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= QT port of scintilla +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + USE_QT_VER= 3 WRKSRC= ${WRKDIR}/${DISTNAME}/qt CONFIGURE_ENV= QTDIR="${X11BASE}" diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 7cd2ad25cc0e..004e6cc3223d 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -19,7 +19,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A C++ X GUI toolkit -RUN_DEPENDS= qmake:${PORTSDIR}/devel/qmake BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 7cd2ad25cc0e..004e6cc3223d 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -19,7 +19,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A C++ X GUI toolkit -RUN_DEPENDS= qmake:${PORTSDIR}/devel/qmake BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ diff --git a/x11-toolkits/qwt/Makefile b/x11-toolkits/qwt/Makefile index bc1ace0b4959..3379f07a5cf3 100644 --- a/x11-toolkits/qwt/Makefile +++ b/x11-toolkits/qwt/Makefile @@ -11,6 +11,8 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=qwt +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + MAINTAINER= ports@FreeBSD.org COMMENT= Qwt widget library for technical purposes diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile index bc1ace0b4959..3379f07a5cf3 100644 --- a/x11-toolkits/qwt4/Makefile +++ b/x11-toolkits/qwt4/Makefile @@ -11,6 +11,8 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=qwt +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + MAINTAINER= ports@FreeBSD.org COMMENT= Qwt widget library for technical purposes |