aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2009-06-19 03:14:42 +0800
committerlme <lme@FreeBSD.org>2009-06-19 03:14:42 +0800
commit3946593ddcb6e321816adcdb56745466020df0a1 (patch)
tree49c4bf8876ab36231e04aa739bdcbc937f28aa6c /games
parentd48c503c6a4bf626cfc0cb10e7e6c7ebf8e8dea3 (diff)
downloadfreebsd-ports-graphics-3946593ddcb6e321816adcdb56745466020df0a1.tar.gz
freebsd-ports-graphics-3946593ddcb6e321816adcdb56745466020df0a1.tar.zst
freebsd-ports-graphics-3946593ddcb6e321816adcdb56745466020df0a1.zip
- Use <bsd.ports.(pre|post).mk> for OPTIONS
- Bump PORTREVISION
Diffstat (limited to 'games')
-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 2a3c7cbe2d8..79eb7c9f84a 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>