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

(-)bsd.port.mk (+7 lines)
Lines 1533-1538 Link Here
1533
.include "${PORTSDIR}/Mk/bsd.sdl.mk"
1533
.include "${PORTSDIR}/Mk/bsd.sdl.mk"
1534
.endif
1534
.endif
1535
1535
1536
.if defined(USE_XFCE)
1537
.include "${PORTSDIR}/Mk/bsd.xfce.mk"
1538
.endif
1539
1536
# These do some path checks if DESTDIR is set correctly.
1540
# These do some path checks if DESTDIR is set correctly.
1537
# You can force skipping these test by defining IGNORE_PATH_CHECKS
1541
# You can force skipping these test by defining IGNORE_PATH_CHECKS
1538
.if !defined(IGNORE_PATH_CHECKS)
1542
.if !defined(IGNORE_PATH_CHECKS)
Lines 2035-2040 Link Here
2035
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
2039
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
2036
.endif
2040
.endif
2037
2041
2042
.if defined(USE_XFCE)
2043
.include "${PORTSDIR}/Mk/bsd.xfce.mk"
2044
.endif
2038
2045
2039
.if exists(${PORTSDIR}/../Makefile.inc)
2046
.if exists(${PORTSDIR}/../Makefile.inc)
2040
.include "${PORTSDIR}/../Makefile.inc"
2047
.include "${PORTSDIR}/../Makefile.inc"

Return to bug 108862