diff options
author | jhale <jhale@FreeBSD.org> | 2016-01-07 00:18:46 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-01-07 00:18:46 +0800 |
commit | 605f3803e8b7bf22e0e50d30e2bcf0b88e52908a (patch) | |
tree | 2996725474725f16b1e7459e7f3f62c292c2cd5c /games | |
parent | e4460348242a6fd614cd9af893fa039d23900a15 (diff) | |
download | freebsd-ports-gnome-605f3803e8b7bf22e0e50d30e2bcf0b88e52908a.tar.gz freebsd-ports-gnome-605f3803e8b7bf22e0e50d30e2bcf0b88e52908a.tar.zst freebsd-ports-gnome-605f3803e8b7bf22e0e50d30e2bcf0b88e52908a.zip |
- Fix typo in COMMENT
- Remove pathfix from USES as it does nothing for ports that use CMake yet
and this port does not install pkgconfig files
Diffstat (limited to 'games')
-rw-r--r-- | games/stepmania-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile index 005da38d8620..f518c774eae7 100644 --- a/games/stepmania-devel/Makefile +++ b/games/stepmania-devel/Makefile @@ -9,7 +9,7 @@ CATEGORIES= games PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= Rrhythm game simulator +COMMENT= Rhythm game simulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt @@ -19,7 +19,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ USE_GITHUB= yes -USES= cmake:outsource iconv jpeg pathfix perl5 pkgconfig shebangfix +USES= cmake:outsource iconv jpeg perl5 pkgconfig shebangfix SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi USE_XORG= x11 xrandr xtst USE_GL= glew |