[Midnightbsd-cvs] mports [19759] trunk/x11/gnome-shell/Makefile:	set compiler correctly
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Sun Aug 16 14:38:48 EDT 2015
    
    
  
Revision: 19759
          http://svnweb.midnightbsd.org/mports/?rev=19759
Author:   laffer1
Date:     2015-08-16 14:38:47 -0400 (Sun, 16 Aug 2015)
Log Message:
-----------
set compiler correctly
Modified Paths:
--------------
    trunk/x11/gnome-shell/Makefile
Modified: trunk/x11/gnome-shell/Makefile
===================================================================
--- trunk/x11/gnome-shell/Makefile	2015-08-16 18:37:53 UTC (rev 19758)
+++ trunk/x11/gnome-shell/Makefile	2015-08-16 18:38:47 UTC (rev 19759)
@@ -35,7 +35,7 @@
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c11 cpe gettext gmake libtool pathfix pkgconfig \
+USES=		cpe gettext gmake libtool pathfix pkgconfig \
 		tar:xz webplugin:native
 USE_GNOME=	evolutiondataserver3 gnomedesktop3 gnomeprefix \
 		gtk30 intlhack introspection
@@ -55,6 +55,10 @@
 
 GLIB_SCHEMAS=	org.gnome.shell.gschema.xml
 
+.include <bsd.mport.options.mk>
+
+USES+= 	compiler:c11
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \
 		${WRKSRC}/src/shell-app-system.c
    
    
More information about the Midnightbsd-cvs
mailing list