View | Details | Raw Unified | Return to bug 69486
Collapse All | Expand All

(-)bsd.port.mk (-4 / +3 lines)
Lines 320-328 Link Here
320
# USE_KDELIBS_VER	- Set to 3 to use the KDE libraries.
320
# USE_KDELIBS_VER	- Set to 3 to use the KDE libraries.
321
#					  Implies inclusion
321
#					  Implies inclusion
322
#					  of bsd.kde.mk.  Default: not set.
322
#					  of bsd.kde.mk.  Default: not set.
323
# USE_QT_VER		- Set to either 2 or 3 to use the QT libraries.
323
# USE_QT_VER		- Set to 3 to use the QT libraries.
324
#					  (Only 3 is currently supported).  Implies inclusion
324
#					  Implies inclusion of bsd.kde.mk.  Default: not set.
325
#					  of bsd.kde.mk.  Default: not set.
326
#
325
#
327
# USE_LINUX			- Set to yes to say the port needs emulators/linux_base.
326
# USE_LINUX			- Set to yes to say the port needs emulators/linux_base.
328
#					  Default: not set.
327
#					  Default: not set.
Lines 1155-1161 Link Here
1155
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
1154
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
1156
.endif
1155
.endif
1157
1156
1158
.if defined(USE_QT) || defined(USE_QT2) || defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER)
1157
.if defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER)
1159
.include "${PORTSDIR}/Mk/bsd.kde.mk"
1158
.include "${PORTSDIR}/Mk/bsd.kde.mk"
1160
.endif
1159
.endif

Return to bug 69486