diff options
Diffstat (limited to 'games/capicity')
-rw-r--r-- | games/capicity/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/capicity/Makefile b/games/capicity/Makefile index a27d501..24f21b3 100644 --- a/games/capicity/Makefile +++ b/games/capicity/Makefile @@ -21,9 +21,9 @@ LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ WRKSRC= ${WRKDIR}/CapiCity_${PORTVERSION} -USES= iconv +USES= iconv qmake USE_XORG= ice sm x11 xau xcb xdmcp xext xrender -USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ +USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ corelib gui network script xml PORTDOCS= README changelog @@ -43,13 +43,6 @@ NLS_USES= gettext NO_STAGE= yes .include <bsd.port.options.mk> -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} - -post-configure: - @${REINPLACE_CMD} -e 's|-O2 -pthread||g' ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/CapiCity ${PREFIX}/bin/${PORTNAME} |