diff options
author | lme <lme@FreeBSD.org> | 2009-06-19 03:14:42 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-06-19 03:14:42 +0800 |
commit | 3946593ddcb6e321816adcdb56745466020df0a1 (patch) | |
tree | 49c4bf8876ab36231e04aa739bdcbc937f28aa6c /games | |
parent | d48c503c6a4bf626cfc0cb10e7e6c7ebf8e8dea3 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |