diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
commit | 95dad78c7fb373ede440573b49826c861a51ebc5 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/rosegarden | |
parent | 5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff) | |
download | freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 0446f5396ae9..c633c7db90d0 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -21,10 +21,10 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ lilypond:${PORTSDIR}/print/lilypond +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR} -USE_PKGCONFIG= build USE_GMAKE= yes USE_QT4= gui network xml rcc_build moc_build uic_build linguist_build MAKE_JOBS_SAFE= yes |