diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-04 02:58:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-04 02:58:57 +0800 |
commit | 25d4beeafe368644ecb2cefbb9ecd986e71bebda (patch) | |
tree | 2338a6cdc3ec0a38a33fcec714afb3bcb87bc1fa /games/qtads | |
parent | 29dc5a6ddb5b248fb9450571dd85c2e82fe281b3 (diff) | |
download | freebsd-ports-gnome-25d4beeafe368644ecb2cefbb9ecd986e71bebda.tar.gz freebsd-ports-gnome-25d4beeafe368644ecb2cefbb9ecd986e71bebda.tar.zst freebsd-ports-gnome-25d4beeafe368644ecb2cefbb9ecd986e71bebda.zip |
audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again. Bump
PORTREVISION on all dependent ports.
games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.
games/asc:
- USES=libtool.
games/gltron:
- New LIB_DEPENDS syntax.
- USES=gmake.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Use option helpers.
- Staging.
lang/kroc: (still BROKEN due to use of "python" command)
- New LIB_DEPENDS syntax.
- USES=pathfix tar:bzip2.
- Staging.
- Replace patches with post-patch.
- Replace MAKE with MAKE_CMD.
lang/smalltalk:
- USES=libtool tar:xz.
- Use BROKEN_sparc64.
Diffstat (limited to 'games/qtads')
-rw-r--r-- | games/qtads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/qtads/Makefile b/games/qtads/Makefile index 573acde5cd0d..ad7a623caf81 100644 --- a/games/qtads/Makefile +++ b/games/qtads/Makefile @@ -3,6 +3,7 @@ PORTNAME= qtads PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION} @@ -11,8 +12,7 @@ COMMENT= Cross-platform multimedia interpreter for TADS games LICENSE= GPLv2 -USES= gmake pkgconfig qmake -USE_BZIP2= yes +USES= gmake pkgconfig qmake tar:bzip2 USE_QT4= gui moc_build network rcc_build uic_build USE_SDL= sdl mixer sound |