Date: Sun, 10 May 2009 18:52:34 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134437: audio/qjackctl: fix qt4 dependencies Message-ID: <200905101852.n4AIqYPD049928@www.freebsd.org> Resent-Message-ID: <200905101900.n4AJ09gD025729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134437 >Category: ports >Synopsis: audio/qjackctl: fix qt4 dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 10 19:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: 7.2-STABLE >Organization: >Environment: >Description: Remove qt4 build tools from run dependencies, >How-To-Repeat: >Fix: Patch attached with submission follows: Index: ports/audio/qjackctl/Makefile =================================================================== RCS file: /home/pcvs/ports/audio/qjackctl/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- ports/audio/qjackctl/Makefile 7 Dec 2008 00:52:26 -0000 1.13 +++ ports/audio/qjackctl/Makefile 10 May 2009 15:09:03 -0000 @@ -7,6 +7,7 @@ PORTNAME= qjackctl DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qjackctl @@ -19,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake moc uic rcc gui xml linguist +QT_COMPONENTS= qmake_build moc_build uic_build rcc_build gui xml linguist_build CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 \ ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905101852.n4AIqYPD049928>