summaryrefslogtreecommitdiffstats
path: root/graphics/moth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/moth/Makefile')
-rw-r--r--graphics/moth/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/moth/Makefile b/graphics/moth/Makefile
index 5685822..39c91e2 100644
--- a/graphics/moth/Makefile
+++ b/graphics/moth/Makefile
@@ -20,11 +20,10 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
USE_GMAKE= yes
USE_QT_VER= 3
-USE_GL= yes
-USE_X_PREFIX= yes
-MAKE_ARGS= CC="${CXX}" XLIBDIR="${X11BASE}/lib" MOC="${MOC}" \
+USE_GL= gl
+MAKE_ARGS= CC="${CXX}" XLIBDIR="${LOCALBASE}/lib" MOC="${MOC}" \
CFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" QTDIR="${QT_PREFIX}" \
- GLINCLUDEDIR="${X11BASE}/include" \
+ GLINCLUDEDIR="${LOCALBASE}/include" \
MOTH_INCLUDES="${WRKSRC_LIBMOTH}/include" \
MOTH_LIBRARIES="${WRKSRC_LIBMOTH}/lib"
ALL_TARGET= clean moth
OpenPOWER on IntegriCloud