[Midnightbsd-cvs] mports [19862] trunk/devel/gnustep/Makefile: update metaport for gnustep

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 20 08:34:26 EDT 2015


Revision: 19862
          http://svnweb.midnightbsd.org/mports/?rev=19862
Author:   laffer1
Date:     2015-08-20 08:34:25 -0400 (Thu, 20 Aug 2015)
Log Message:
-----------
update metaport for gnustep

Modified Paths:
--------------
    trunk/devel/gnustep/Makefile

Modified: trunk/devel/gnustep/Makefile
===================================================================
--- trunk/devel/gnustep/Makefile	2015-08-20 12:34:14 UTC (rev 19861)
+++ trunk/devel/gnustep/Makefile	2015-08-20 12:34:25 UTC (rev 19862)
@@ -1,7 +1,7 @@
 # $MidnightBSD$ 
 
 PORTNAME=	gnustep
-PORTVERSION=	1.24.0
+PORTVERSION=	1.28.0
 CATEGORIES=	devel lang gnustep
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -14,15 +14,8 @@
 
 NO_BUILD=	yes
 NO_INSTALL=	yes
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BASE=	yes
-USE_GNUSTEP_GUI=	yes
-USE_GNUSTEP_BACK=	yes
-.if !defined(WITH_GNUSTEP_SINGLE_BACKEND)
-USE_GNUSTEP_XLIB=	yes
-USE_GNUSTEP_LIBART=	yes
-USE_GNUSTEP_CAIRO=	yes
-.endif
 
+USES=		gnustep
+USE_GNUSTEP=	back gui base
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list