[Midnightbsd-cvs] mports [17146] trunk/x11-wm/compiz/Makefile: fix options file load

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 14 15:34:25 EDT 2014


Revision: 17146
          http://svnweb.midnightbsd.org/mports/?rev=17146
Author:   laffer1
Date:     2014-09-14 15:34:24 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
fix options file load

Modified Paths:
--------------
    trunk/x11-wm/compiz/Makefile

Modified: trunk/x11-wm/compiz/Makefile
===================================================================
--- trunk/x11-wm/compiz/Makefile	2014-09-14 19:33:29 UTC (rev 17145)
+++ trunk/x11-wm/compiz/Makefile	2014-09-14 19:34:24 UTC (rev 17146)
@@ -8,6 +8,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Compiz Composite/Window Manager
+
 LICENSE=	agg
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
@@ -86,7 +87,7 @@
 FUSE_CONFIGURE_ENABLE=	fuse
 FUSE_USES=		fuse
 
-.include <bsd.port.options.mk>
+.include <bsd.mport.options.mk>
 
 .if !empty(PORT_OPTIONS:MMETACITY) && !empty(PORT_OPTIONS:MGNOME) && !empty(PORT_OPTIONS:MGTK2)
 CONFIGURE_ARGS+=	--enable-metacity



More information about the Midnightbsd-cvs mailing list