diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
commit | 0f583d87000061087521fb77c44c9055d122d787 (patch) | |
tree | b9dc00f333e96550a5732b38b9c9444035e4339c /deskutils/ksshaskpass | |
parent | 558a51279c03199a7a20966174a8f0a1f33dc9b2 (diff) |
Notes
Diffstat (limited to 'deskutils/ksshaskpass')
-rw-r--r-- | deskutils/ksshaskpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ksshaskpass/Makefile b/deskutils/ksshaskpass/Makefile index 7fe363c3b9b6..e89ff1860fbf 100644 --- a/deskutils/ksshaskpass/Makefile +++ b/deskutils/ksshaskpass/Makefile @@ -12,8 +12,8 @@ MAINTAINER= swills@FreeBSD.org COMMENT= KDE 4 version of ssh-askpass with KWallet support WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cmake -USE_KDE4= kdelibs automoc4 +USES= cmake kde:4 +USE_KDE= kdelibs automoc4 USE_QT4= moc_build uic_build qmake_build rcc_build SUB_FILES= pkg-message |