aboutsummaryrefslogtreecommitdiff
path: root/games/peg-e
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:31 +0000
commit3de3028d382ea1cb335ca8f044442e37d2caa56d (patch)
tree091fb65a63e71fdf689744ba9d8b82c592e16bce /games/peg-e
parent2e4d9cb0a9275b0c9b38c229e8ad7ef4a3dbb749 (diff)
downloadports-3de3028d382ea1cb335ca8f044442e37d2caa56d.tar.gz
ports-3de3028d382ea1cb335ca8f044442e37d2caa56d.zip
- Convert to USES=qmake
- Adjust USE_QT4 components Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=334602
Diffstat (limited to 'games/peg-e')
-rw-r--r--games/peg-e/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile
index 183ddaf9eb83..65c3fb19925b 100644
--- a/games/peg-e/Makefile
+++ b/games/peg-e/Makefile
@@ -11,15 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Peg elimination 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} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \
- PREFIX=${PREFIX} ${PORTNAME}.pro
-
.include <bsd.port.mk>