diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
commit | 1be832a008283f50efa9ffac945b2fa609e46fd6 (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /print/kpdftool | |
parent | Convert n* to USES=zip (diff) |
Convert p* to USES=zip
Notes
Notes:
svn path=/head/; revision=347779
Diffstat (limited to 'print/kpdftool')
-rw-r--r-- | print/kpdftool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index cc9bf2b17ca3..da913bad4aa5 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -13,10 +13,9 @@ COMMENT= Simple utility to manipulate PS and PDF files RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -USE_ZIP= yes USE_QT4= qt3support moc_build porting_build uic3_build USE_GHOSTSCRIPT_RUN= yes -USES= qmake +USES= qmake zip DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \ "kpdftool" "Qt;Utility;" true |