aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm-tools
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2009-06-18 19:14:42 +0000
committerLars Engels <lme@FreeBSD.org>2009-06-18 19:14:42 +0000
commitdaa10a3d73ae10174470446b77bd52d7721e67a5 (patch)
treeb6be06f61aa264c4808efddd4eee68d6a6e8dbc3 /games/scummvm-tools
parent43e4a106b23a98653197c0a946ee1e352d14b3ea (diff)
downloadports-daa10a3d73ae10174470446b77bd52d7721e67a5.tar.gz
ports-daa10a3d73ae10174470446b77bd52d7721e67a5.zip
Notes
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r--games/scummvm-tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index 2a3c7cbe2d87..79eb7c9f84ae 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scummvm-tools
PORTVERSION= 0.13.0
+PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
@@ -35,6 +36,8 @@ CXXFLAGS= -I${LOCALBASE}/include
OPTIONS= WX "Build wxWidgets GUI" On
+.include <bsd.port.pre.mk>
+
.if defined(WITH_WX)
USE_WX= 2.4+
WX_CONFIG= ${LOCALBASE}/bin/wxgtk2-2.8-config
@@ -69,4 +72,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>