aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2009-03-18 10:44:13 +0800
committeralepulver <alepulver@FreeBSD.org>2009-03-18 10:44:13 +0800
commit20fb9874d0b5de7bea8e04b5c25caa2bec67eb7f (patch)
treebad9b885cdbfa92b4aaab56d880b82592a94039a
parentafb695d4d1b0f5e903433f51aeb50f302b14ee02 (diff)
downloadfreebsd-ports-gnome-20fb9874d0b5de7bea8e04b5c25caa2bec67eb7f.tar.gz
freebsd-ports-gnome-20fb9874d0b5de7bea8e04b5c25caa2bec67eb7f.tar.zst
freebsd-ports-gnome-20fb9874d0b5de7bea8e04b5c25caa2bec67eb7f.zip
- Add missing SDL dependency.
-rw-r--r--emulators/qmc2/Makefile1
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"