diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /security/keepassx | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'security/keepassx')
-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> |