diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-11 00:24:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-11 00:24:06 +0800 |
commit | 82bdab776c69f3ad4aff1bad0dfaab9c2c99bc43 (patch) | |
tree | b8841e9fbdc95ffa2ccf934398ac164b9c8c7f7f /emulators | |
parent | ba9120f63f41e39dfe927576153fcd890a349097 (diff) | |
download | freebsd-ports-gnome-82bdab776c69f3ad4aff1bad0dfaab9c2c99bc43.tar.gz freebsd-ports-gnome-82bdab776c69f3ad4aff1bad0dfaab9c2c99bc43.tar.zst freebsd-ports-gnome-82bdab776c69f3ad4aff1bad0dfaab9c2c99bc43.zip |
- Fix build after USE_QT4 converting.
Reported by: pavbot
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index cff1594d93a0..471b3f25f1bd 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -29,7 +29,7 @@ MAN1= yabause.1 OPTIONS= QT4 "Build wit qt4 interface instead of gtk2 one" on -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_QT4) USE_QT4= corelib gui opengl @@ -39,6 +39,8 @@ USE_GNOME= gtk20 CONFIGURE_ARGS+= --with-port=gtk .endif +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e "s|%%ACLOCAL%%|${ACLOCAL}|g" -e "s|%%AUTOCONF%%|${AUTOCONF}|g" \ -e "s|%%AUTOMAKE%%|${AUTOMAKE}|g" ${WRKSRC}/autogen.sh |