diff options
author | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
commit | 2135616a9e070ebc11896c5da3bab6be138d3174 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /print | |
parent | bd44bcfeda247454fd0b28cda212f082fc5d93b2 (diff) | |
download | freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.gz freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.zst freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.zip |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Diffstat (limited to 'print')
-rw-r--r-- | print/kpdftool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index e0b71a63450d..cc9bf2b17ca3 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -14,7 +14,7 @@ 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 qmake_build uic3_build +USE_QT4= qt3support moc_build porting_build uic3_build USE_GHOSTSCRIPT_RUN= yes USES= qmake |