diff options
-rw-r--r-- | graphics/gephex/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile index 60a544fd02cd..58fe8e829191 100644 --- a/graphics/gephex/Makefile +++ b/graphics/gephex/Makefile @@ -24,8 +24,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-V4L --without-ASOUNDLIB --without-LINUX_JOYSTICK \ --without-FFMPEG --without-AVIFILE --without-MPEG3 \ --without-LIBPNG --without-SDL --without-SDL_IMAGE \ - --without-SDL_TTF --without-AALIB --disable-static + --without-SDL_TTF --without-AALIB --disable-static \ + --with-qt-libdir="${X11BASE}/lib" \ + --with-qt-incdir="${X11BASE}/include" \ + --with-qt-bindir="${X11BASE}/bin" USE_QT_VER= 3 +USE_XLIB= yes WANT_SDL= yes USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}-${PORTVERSION:R} |