diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
commit | 52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /print/kpdftool | |
parent | 687c839315eefb81d0ff35d859879941ba84eab3 (diff) | |
download | freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.gz freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.zst freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.zip |
Convert p* to USES=zip
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 |