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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/dosbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 63da1ae1a9f1..cd28eba996f6 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= dosbox PORTVERSION= 0.74 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF |