svn commit: r380567 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Thu Mar 5 23:10:57 UTC 2015


Author: antoine
Date: Thu Mar  5 23:10:55 2015
New Revision: 380567
URL: https://svnweb.freebsd.org/changeset/ports/380567
QAT: https://qat.redports.org/buildarchive/r380567/

Log:
  Commit what was exp-ran in PR 198132 (and unbreak INDEX)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Mar  5 22:56:33 2015	(r380566)
+++ head/Mk/bsd.port.mk	Thu Mar  5 23:10:55 2015	(r380567)
@@ -1468,10 +1468,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 .include "${PORTSDIR}/Mk/bsd.sdl.mk"
 .endif
 
-.if defined(USE_XFCE)
-.include "${PORTSDIR}/Mk/bsd.xfce.mk"
-.endif
-
 .if defined(USE_KDE4) || defined(KDE4_BUILDENV)
 .include "${PORTSDIR}/Mk/bsd.kde4.mk"
 .endif
@@ -1905,10 +1901,6 @@ _FORCE_POST_PATTERNS=	rmdir kldxref mkfo
 .include "${PORTSDIR}/Mk/bsd.mate.mk"
 .endif
 
-.if defined(USE_XFCE)
-.include "${PORTSDIR}/Mk/bsd.xfce.mk"
-.endif
-
 .if defined(USE_KDE4)
 .include "${PORTSDIR}/Mk/bsd.kde4.mk"
 .endif


More information about the svn-ports-head mailing list