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

(-)bsd.port.mk.new (-2 / +4 lines)
Lines 144-150 Link Here
144
#						target.
144
#						target.
145
# USE_X_PREFIX	- Says that the port installs in ${X11BASE}.  Implies USE_XLIB.
145
# USE_X_PREFIX	- Says that the port installs in ${X11BASE}.  Implies USE_XLIB.
146
# USE_XLIB		- Says that the port uses X libraries.
146
# USE_XLIB		- Says that the port uses X libraries.
147
# USE_QT		- Says that the port uses version 1 of the qt toolkit.
147
# USE_QT		- Says that the port uses version 1 of the qt toolkit. 
148
#				  Implies USE_NEWGCC.
148
# USE_QT2		- Says that the port uses version 2 of the qt toolkit.
149
# USE_QT2		- Says that the port uses version 2 of the qt toolkit.
149
#				  Implies USE_NEWGCC.
150
#				  Implies USE_NEWGCC.
150
#
151
#
Lines 598-604 Link Here
598
.endif
599
.endif
599
600
600
.if defined(USE_QT)
601
.if defined(USE_QT)
601
LIB_DEPENDS+=	qt.2:${PORTSDIR}/x11-toolkits/qt142
602
LIB_DEPENDS+=	qt.3:${PORTSDIR}/x11-toolkits/qt14
603
USE_NEWGCC=		yes
602
.endif
604
.endif
603
605
604
.if defined(USE_QT2)
606
.if defined(USE_QT2)

Return to bug 15976