diff options
Diffstat (limited to 'games/doomsday/Makefile')
-rw-r--r-- | games/doomsday/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index f010c85bf1eb..98f3a7eb0089 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -21,8 +21,7 @@ USE_GL= gl glu USE_LDCONFIG= yes USE_SDL= sdl mixer net USE_XORG= x11 -USE_PYTHON_BUILD= yes -USES= pkgconfig qmake:outsource +USES= pkgconfig python:build qmake:outsource USE_QT4= corelib network opengl moc_build QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday CFLAGS+= -I${LOCALBASE}/include/libpng15 |