diff options
author | makc <makc@FreeBSD.org> | 2013-11-27 00:15:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-27 00:15:05 +0800 |
commit | 40c626667a02b8f173ec73c34ab411da211b2d19 (patch) | |
tree | 50c018926c197cefe9bd2ae2d5aa9a5566059acc /games/cutemaze | |
parent | 2c255af786d4c0cba206ea1e986c57cb930bc30f (diff) | |
download | freebsd-ports-gnome-40c626667a02b8f173ec73c34ab411da211b2d19.tar.gz freebsd-ports-gnome-40c626667a02b8f173ec73c34ab411da211b2d19.tar.zst freebsd-ports-gnome-40c626667a02b8f173ec73c34ab411da211b2d19.zip |
- Add missing USE_QT4 components to fix build after my previous commit
Reported by: marino
Diffstat (limited to 'games/cutemaze')
-rw-r--r-- | games/cutemaze/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index 8969da5c63c1..1106583577e8 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= qmake USE_BZIP2= yes -USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run +USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ + corelib gui svg INSTALLS_ICONS= yes PORTDOCS= ChangeLog README |