[Midnightbsd-cvs] mports [19757] trunk/x11-toolkits/elementary/Makefile: fix loading of compiler type

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 16 14:37:32 EDT 2015


Revision: 19757
          http://svnweb.midnightbsd.org/mports/?rev=19757
Author:   laffer1
Date:     2015-08-16 14:37:31 -0400 (Sun, 16 Aug 2015)
Log Message:
-----------
fix loading of compiler type

Modified Paths:
--------------
    trunk/x11-toolkits/elementary/Makefile

Modified: trunk/x11-toolkits/elementary/Makefile
===================================================================
--- trunk/x11-toolkits/elementary/Makefile	2015-08-16 18:34:19 UTC (rev 19756)
+++ trunk/x11-toolkits/elementary/Makefile	2015-08-16 18:37:31 UTC (rev 19757)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	elementary
-PORTVERSION=	1.13.1
+PORTVERSION=	1.13.2
 CATEGORIES=	x11-toolkits enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
 
@@ -14,7 +14,7 @@
 
 DIST_SUBDIR=	enlightenment
 GNU_CONFIGURE=	yes
-USES=		compiler:c11 gmake libtool lua pathfix pkgconfig tar:xz
+USES=		gmake libtool lua pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
@@ -23,6 +23,8 @@
 
 .include <bsd.mport.options.mk>
 
+USES+=	compiler:c11
+
 .if ${PORT_OPTIONS:MNLS}
 USES+=			gettext
 LDFLAGS+=		-L${LOCALBASE}/lib



More information about the Midnightbsd-cvs mailing list