diff options
Diffstat (limited to 'games/kcheckers')
-rw-r--r-- | games/kcheckers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kcheckers/Makefile b/games/kcheckers/Makefile index b59e0e178672..fe7a8939fd81 100644 --- a/games/kcheckers/Makefile +++ b/games/kcheckers/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/qcheckers/${PORTNAME}/${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Qt version of the classic boardgame checkers -USES= qmake -USE_QT4= corelib gui moc_build rcc_build +USES= qmake qt:4 +USE_QT= corelib gui moc_build rcc_build post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/common.h |