diff options
author | makc <makc@FreeBSD.org> | 2013-05-13 00:16:56 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-13 00:16:56 +0800 |
commit | 02736acd6ceaf4584ff10b29529dfb0e9f31163e (patch) | |
tree | 09713521fee205653d018f729c1d83f5b4a9a030 /misc/tellico-kde4 | |
parent | f261bff6afebffbd708fb317d4af5aaf759905e7 (diff) | |
download | freebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.tar.gz freebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.tar.zst freebsd-ports-gnome-02736acd6ceaf4584ff10b29529dfb0e9f31163e.zip |
- Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
update-mime-database
- Trim Makefile header while I'm here
Diffstat (limited to 'misc/tellico-kde4')
-rw-r--r-- | misc/tellico-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index e261149916dc..dde91b986fb7 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -22,7 +22,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ - automoc4 qimageblitz libkcddb + automoc4 qimageblitz libkcddb sharedmime USE_QT4= qmake_build moc_build uic_build rcc_build USES= cmake gettext MAKE_JOBS_SAFE= yes |