svn commit: r414346 - head/games/scummvm-tools

Lars Engels lme at FreeBSD.org
Sat Apr 30 13:47:09 UTC 2016


Author: lme
Date: Sat Apr 30 13:47:07 2016
New Revision: 414346
URL: https://svnweb.freebsd.org/changeset/ports/414346

Log:
  - Unbreak by added boost-libs as a dependency
  - Un-mute binary-stripping
  - Bump PORTREVISION

Modified:
  head/games/scummvm-tools/Makefile

Modified: head/games/scummvm-tools/Makefile
==============================================================================
--- head/games/scummvm-tools/Makefile	Sat Apr 30 13:13:06 2016	(r414345)
+++ head/games/scummvm-tools/Makefile	Sat Apr 30 13:47:07 2016	(r414346)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scummvm-tools
 DISTVERSION=	1.8.0
+PORTREVISION= 	1
 CATEGORIES=	games emulators
 MASTER_SITES=	SF/scummvm/${PORTNAME}/${DISTVERSION}
 
@@ -16,7 +17,8 @@ BUILD_DEPENDS=	lame:audio/lame \
 		flac:audio/flac \
 		oggenc:audio/vorbis-tools
 
-LIB_DEPENDS=	libpng.so:graphics/png \
+LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
+		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis
 
 USES=		gmake tar:bzip2
@@ -51,7 +53,7 @@ pre-patch:
 		${WRKSRC}/configure
 
 pre-install:
-	@${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|}
+	${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|}
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list