diff options
author | swills <swills@FreeBSD.org> | 2012-06-15 10:37:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-15 10:37:50 +0800 |
commit | bbda146ff79a08b69e1472446c0e8cdc9a20216c (patch) | |
tree | bdec3d0851cd451f3c08c1f74b532fc40d35566f /deskutils | |
parent | 62b45a5938a872affa56a051dde2570a432f14c5 (diff) | |
download | freebsd-ports-graphics-bbda146ff79a08b69e1472446c0e8cdc9a20216c.tar.gz freebsd-ports-graphics-bbda146ff79a08b69e1472446c0e8cdc9a20216c.tar.zst freebsd-ports-graphics-bbda146ff79a08b69e1472446c0e8cdc9a20216c.zip |
- Remove runtime dependency on qmake, it's only needed at build time
Pointed out by: makc
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ksshaskpass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ksshaskpass/Makefile b/deskutils/ksshaskpass/Makefile index 1c9a8bb9f08..ff20abb2495 100644 --- a/deskutils/ksshaskpass/Makefile +++ b/deskutils/ksshaskpass/Makefile @@ -18,7 +18,7 @@ COMMENT= A KDE 4 version of ssh-askpass with KWallet support WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_CMAKE= yes USE_KDE4= kdelibs automoc4 -USE_QT4= qmake moc_build uic_build qmake_build rcc_build +USE_QT4= moc_build uic_build qmake_build rcc_build MAN1= ksshaskpass.1 SUB_FILES= pkg-message |