diff options
author | marino <marino@FreeBSD.org> | 2013-10-07 18:02:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-07 18:02:45 +0800 |
commit | 894876e5b592f125dd9ee62eb25e677d5d59c925 (patch) | |
tree | 95ff05e36b9a7e9e76a528ad84029872c76dfd06 /graphics | |
parent | 9f6519ba210281782ce37008cbd1ee88c44dd5d8 (diff) | |
download | freebsd-ports-graphics-894876e5b592f125dd9ee62eb25e677d5d59c925.tar.gz freebsd-ports-graphics-894876e5b592f125dd9ee62eb25e677d5d59c925.tar.zst freebsd-ports-graphics-894876e5b592f125dd9ee62eb25e677d5d59c925.zip |
graphics/djview4: USE_XORG+= sm ice xt
Take from dports; DragonFly detected the missing specifications
a few months ago due to new binutils in base.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djview4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index 1df6dc756f2..57b4a500354 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes USES= pkgconfig USE_QT4= gui network rcc_build uic_build moc_build qmake_build +USE_XORG= sm ice xt QT_NONSTANDARD= yes CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \ --x-libraries="${LOCALBASE}/lib" |