diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /security/keepassx2 | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) | |
download | ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.gz ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.zip |
Notes
Diffstat (limited to 'security/keepassx2')
-rw-r--r-- | security/keepassx2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile index cc90a49c2ef1..f5a64192cdc6 100644 --- a/security/keepassx2/Makefile +++ b/security/keepassx2/Makefile @@ -19,7 +19,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L} WRKSRC= ${WRKDIR}/${DISTNAME:L} USES= cmake -USE_GCC= 4.2+ +USE_GCC= any USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \ |