diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xenomorph/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile index 79bb8f007fb5..4cf2169a8c8b 100644 --- a/graphics/xenomorph/Makefile +++ b/graphics/xenomorph/Makefile @@ -21,6 +21,10 @@ HAS_CONFIGURE= yes CONFIGURE_ENV= QTDIR=${X11BASE} MAKE_ENV= QTDIR=${X11BASE} +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ + -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ xenomorph.pro + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xenomorph ${PREFIX}/bin |