diff options
Diffstat (limited to 'sysutils/qtpass/Makefile')
-rw-r--r-- | sysutils/qtpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile index 944b4dd24169..b611ff479d9d 100644 --- a/sysutils/qtpass/Makefile +++ b/sysutils/qtpass/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= pass:sysutils/password-store USES= qmake:outsource USE_GITHUB= yes GH_ACCOUNT= IJhack +GH_PROJECT= QtPass + USE_QT5= buildtools_build core gui linguisttools_build network widgets USE_GL= gl @@ -28,8 +30,6 @@ DESKTOP_ENTRIES= "QtPass" "" \ "${PREFIX}/bin/qtpass" \ "Security;Utility;" true -WRKSRC= ${WRKDIR}/QtPass-${PORTVERSION} - # Install the icon of the port. post-install: ${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \ |