summaryrefslogtreecommitdiffstats
path: root/games/connectagram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/connectagram/Makefile')
-rw-r--r--games/connectagram/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile
index bee51d5..70cdf36 100644
--- a/games/connectagram/Makefile
+++ b/games/connectagram/Makefile
@@ -13,9 +13,9 @@ COMMENT= Word unscrambling game
LICENSE= GPLv3
USE_BZIP2= yes
-USES= desktop-file-utils
-USE_QT4= moc_build qmake_build rcc_build gui network iconengines \
- imageformats
+USES= desktop-file-utils qmake
+USE_QT4= moc_build rcc_build gui network iconengines_run \
+ imageformats_run
INSTALLS_ICONS= yes
PORTDOCS= CREDITS ChangeLog
@@ -23,10 +23,6 @@ PORTDOCS= CREDITS ChangeLog
NO_STAGE= yes
.include <bsd.port.options.mk>
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
-
post-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR})
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR})
OpenPOWER on IntegriCloud