diff options
author | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-01 20:17:42 +0800 |
commit | 0f5e1d428847cbc3e4fd726b997bf1d929a4a99c (patch) | |
tree | 270b8293a823ae8f2af62cb68b1058b435eb71ac /games | |
parent | 7cb1d75f900f92c341f87d0c77f3bee7bea76c8f (diff) | |
download | freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.gz freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.tar.zst freebsd-ports-gnome-0f5e1d428847cbc3e4fd726b997bf1d929a4a99c.zip |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Diffstat (limited to 'games')
-rw-r--r-- | games/kpat/Makefile | 4 | ||||
-rw-r--r-- | games/palapeli/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/kpat/Makefile b/games/kpat/Makefile index b6edf15a8685..38f7a9622eb8 100644 --- a/games/kpat/Makefile +++ b/games/kpat/Makefile @@ -12,8 +12,8 @@ COMMENT= ${${PORTNAME}_DESC} CONFLICTS_INSTALL= kdegames-4.[0-9].* -USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 sharedmime -USES= cmake:outsource +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource shared-mime-info USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes diff --git a/games/palapeli/Makefile b/games/palapeli/Makefile index 2b893b01d01d..b7279b693c23 100644 --- a/games/palapeli/Makefile +++ b/games/palapeli/Makefile @@ -12,8 +12,8 @@ COMMENT= ${${PORTNAME}_DESC} CONFLICTS_INSTALL= kdegames-4.[0-9].* -USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 sharedmime -USES= cmake:outsource +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource shared-mime-info USE_QT4= corelib gui gui \ moc_build qmake_build rcc_build uic_build USE_XZ= yes |