diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:17:42 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:17:42 +0000 |
commit | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (patch) | |
tree | 270b8293a823ae8f2af62cb68b1058b435eb71ac /misc/tellico-kde4/Makefile | |
parent | 52636e09799fefb51ffebb46fa980502c77849b2 (diff) | |
download | ports-d7ba8fc7c16c62041da7a4e19069659fa53723d0.tar.gz ports-d7ba8fc7c16c62041da7a4e19069659fa53723d0.zip |
Notes
Diffstat (limited to 'misc/tellico-kde4/Makefile')
-rw-r--r-- | misc/tellico-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 6cc77fd7e417..81e9d35a4b84 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -22,8 +22,8 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ - automoc4 qimageblitz libkcddb sharedmime + automoc4 qimageblitz libkcddb USE_QT4= qmake_build moc_build uic_build rcc_build -USES= cmake gettext +USES= cmake gettext shared-mime-info .include <bsd.port.mk> |