diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-26 20:51:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-26 20:51:47 +0800 |
commit | 06b06c30a209fdd87b4f6907ea16019a7dbae60e (patch) | |
tree | 530de7d25667862495c8485f57bb1069952eda1e | |
parent | c872c7c466ab6d70f07bb40f4c47c552d9d4cee9 (diff) | |
download | freebsd-ports-gnome-06b06c30a209fdd87b4f6907ea16019a7dbae60e.tar.gz freebsd-ports-gnome-06b06c30a209fdd87b4f6907ea16019a7dbae60e.tar.zst freebsd-ports-gnome-06b06c30a209fdd87b4f6907ea16019a7dbae60e.zip |
- Switch to linguisttools_build
-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 487a5f8e5ba8..91e720619054 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ USES= tar:bzip2 desktop-file-utils gmake pkgconfig shared-mime-info GNU_CONFIGURE= yes CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR} -USE_QT4= gui network xml rcc_build moc_build uic_build linguist_build +USE_QT4= gui network xml rcc_build moc_build uic_build linguisttools_build INSTALLS_ICONS= yes CXXFLAGS+= -I${LOCALBASE}/include |