1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Fix dependency list (some components are not required at run time).

PR:		ports/134409
Submitted by:	makc
This commit is contained in:
Stanislav Sedov 2009-05-18 11:28:15 +00:00
parent 6a058c282d
commit d11de560dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234133

View File

@ -7,7 +7,7 @@
PORTNAME= djview
PORTVERSION= 4.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/djvu
DISTNAME= ${PORTNAME}4-${PORTVERSION}
@ -20,7 +20,7 @@ LIB_DEPENDS= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig gnometarget
USE_QT_VER= 4
QT_COMPONENTS= gui network rcc uic moc qmake
QT_COMPONENTS= gui network rcc_build uic_build moc_build qmake_build
QT_NONSTANDARD= yes
CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \
QMAKESPEC="${QMAKESPEC}" \