diff options
Diffstat (limited to 'security/keepassx/Makefile')
-rw-r--r-- | security/keepassx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile index 9f511c5a3682..ad898d64f3f8 100644 --- a/security/keepassx/Makefile +++ b/security/keepassx/Makefile @@ -20,11 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION} USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build uic_build qt3support_build corelib gui xml HAS_CONFIGURE= yes +USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\ + xext x11 sm ice xi do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix PREFIX=${PREFIX} \ - INCLUDEPATH+=${X11BASE}/include LIBS+=-L${X11BASE}/lib \ + INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib \ keepass.pro .include <bsd.port.mk> |