diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-18 10:44:13 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-18 10:44:13 +0800 |
commit | 64a5d9dda40239f6d80e148dafe5da5492751cfb (patch) | |
tree | 559a534281bcc9c211556557ff38f72815e3ceb4 /emulators/qmc2/Makefile | |
parent | c3f605aa9b52197fe41f6a244535b358e056c6ab (diff) | |
download | freebsd-ports-gnome-64a5d9dda40239f6d80e148dafe5da5492751cfb.tar.gz freebsd-ports-gnome-64a5d9dda40239f6d80e148dafe5da5492751cfb.tar.zst freebsd-ports-gnome-64a5d9dda40239f6d80e148dafe5da5492751cfb.zip |
- Add missing SDL dependency.
Diffstat (limited to 'emulators/qmc2/Makefile')
-rw-r--r-- | emulators/qmc2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index ef98305ba5ca..154db1be77eb 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS+= sdlmess:${PORTSDIR}/emulators/sdlmess USE_BZIP2= yes USE_GMAKE= yes +USE_SDL= sdl USE_QT_VER= 4 QT_COMPONENTS= qmake_build uic_build moc_build rcc_build gui qtestlib xml phonon MAKE_ENV= QTDIR="${QTDIR}" QMAKE="${QMAKE}" SYSCONFDIR="${PREFIX}/etc" |