diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /accessibility/kmouth/Makefile | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) | |
download | ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.tar.gz ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.zip |
Notes
Diffstat (limited to 'accessibility/kmouth/Makefile')
-rw-r--r-- | accessibility/kmouth/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index c29b9f12ce5e..ac23f062e675 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -3,21 +3,15 @@ PORTNAME= kmouth PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE -CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* - -NO_STAGE= yes USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build -MAN1= kmouth.1 - .include <bsd.port.mk> |