Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.545 diff -u -r1.545 bsd.port.mk --- bsd.port.mk 8 Jan 2007 00:00:33 -0000 1.545 +++ bsd.port.mk 7 Feb 2007 05:29:39 -0000 @@ -1533,6 +1533,10 @@ .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif +.if defined(USE_XFCE) +.include "${PORTSDIR}/Mk/bsd.xfce.mk" +.endif + # These do some path checks if DESTDIR is set correctly. # You can force skipping these test by defining IGNORE_PATH_CHECKS .if !defined(IGNORE_PATH_CHECKS) @@ -2035,6 +2039,9 @@ .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif +.if defined(USE_XFCE) +.include "${PORTSDIR}/Mk/bsd.xfce.mk" +.endif .if exists(${PORTSDIR}/../Makefile.inc) .include "${PORTSDIR}/../Makefile.inc"