diff options
author | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
commit | 2135616a9e070ebc11896c5da3bab6be138d3174 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /games | |
parent | bd44bcfeda247454fd0b28cda212f082fc5d93b2 (diff) | |
download | freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.gz freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.zst freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.zip |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Diffstat (limited to 'games')
-rw-r--r-- | games/colorcode/Makefile | 4 | ||||
-rw-r--r-- | games/hexglass/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index ecfa8e4b0d0e..414fca2183df 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -10,13 +10,13 @@ DISTNAME= ColorCode-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Advanced MasterMind game and solver -USE_QT4= gui moc_build qmake_build rcc_build uic_build +USE_QT4= gui moc_build rcc_build uic_build USES= qmake WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION} DESKTOP_ENTRIES= "ColorCode" "${COMMENT}" \ "${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \ - "LogicGame;Game;Qt;" false + "LogicGame;Game;Qt;" true PLIST_FILES= bin/colorcode \ share/pixmaps/colorcode.png diff --git a/games/hexglass/Makefile b/games/hexglass/Makefile index 91f4c9aff6d3..9eb7947d540f 100644 --- a/games/hexglass/Makefile +++ b/games/hexglass/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= makc@FreeBSD.org COMMENT= Tetris-like puzzle game based on a hexagonal grid -USE_QT4= gui qmake_build moc_build rcc_build +USE_QT4= gui moc_build rcc_build USES= qmake PLIST_FILES= bin/${PORTNAME} \ |