diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-23 17:42:04 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-23 17:42:04 +0000 |
commit | f72bc663bb88a4d83b6b9e2f10f583db19ad3c78 (patch) | |
tree | 454c89b72563e9b85650d49a357f4dea8c19dd4e /games/hexalate | |
parent | b1a8447cc9ddef5c6fa426fedf39730de9a3a584 (diff) | |
download | ports-f72bc663bb88a4d83b6b9e2f10f583db19ad3c78.tar.gz ports-f72bc663bb88a4d83b6b9e2f10f583db19ad3c78.zip |
Notes
Diffstat (limited to 'games/hexalate')
-rw-r--r-- | games/hexalate/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index 4fbf2d24be60..e759719e2eb6 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -11,15 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= A color matching game +USES= qmake USE_BZIP2= yes -USE_QT4= corelib gui moc_build qmake_build rcc_build +USE_QT4= corelib gui moc_build rcc_build INSTALLS_ICONS= yes -DESTDIRNAME= INSTALL_ROOT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${PORTNAME}.pro - .include <bsd.port.mk> |