diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-11 00:24:06 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-11 00:24:06 +0800 |
commit | c667466a35f09f2478d8c7e944a3c5d4118390a3 (patch) | |
tree | 836cd2dc7036248ab72214e7363056857c4147a9 /emulators | |
parent | e00e582ad3a14bc373273f37b2d11a37e209028b (diff) | |
download | freebsd-ports-gnome-c667466a35f09f2478d8c7e944a3c5d4118390a3.tar.gz freebsd-ports-gnome-c667466a35f09f2478d8c7e944a3c5d4118390a3.tar.zst freebsd-ports-gnome-c667466a35f09f2478d8c7e944a3c5d4118390a3.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 |