mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4.
This commit is contained in:
parent
09245cdc7b
commit
5380990b0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192403
@ -39,7 +39,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_QT4)
|
||||
.if defined(WITH_QT4)
|
||||
LIB_DEPENDS+= QtCore:${PORTSDIR}/devel/qt4-corelib
|
||||
MAKE_ARGS+= QT4MOC=${LOCALBASE}/bin/moc-qt4
|
||||
PLIST_SUB+= QT4=""
|
||||
|
Loading…
Reference in New Issue
Block a user