[Midnightbsd-cvs] mports [20199] trunk/games/fortunate/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 11 22:24:38 EDT 2015


Revision: 20199
          http://svnweb.midnightbsd.org/mports/?rev=20199
Author:   laffer1
Date:     2015-09-11 22:24:38 -0400 (Fri, 11 Sep 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/games/fortunate/Makefile

Modified: trunk/games/fortunate/Makefile
===================================================================
--- trunk/games/fortunate/Makefile	2015-09-12 02:24:19 UTC (rev 20198)
+++ trunk/games/fortunate/Makefile	2015-09-12 02:24:38 UTC (rev 20199)
@@ -8,17 +8,15 @@
 
 PORTNAME=	fortunate
 PORTVERSION=	3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games gnustep
-MASTER_SITES=	${MASTER_SITE_GNUSTEP_CH}
+MASTER_SITES=	GNUSTEP_CH
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Graphical front-end to the command-line BSD fortune
 LICENSE=	bsd4
 
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
+USES=		gnustep
+USE_GNUSTEP=	back build
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list