[Midnightbsd-cvs] mports [20688] trunk/net/tryst/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 8 10:30:57 EST 2015


Revision: 20688
          http://svnweb.midnightbsd.org/mports/?rev=20688
Author:   laffer1
Date:     2015-11-08 10:30:56 -0500 (Sun, 08 Nov 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/net/tryst/Makefile

Modified: trunk/net/tryst/Makefile
===================================================================
--- trunk/net/tryst/Makefile	2015-11-08 15:28:27 UTC (rev 20687)
+++ trunk/net/tryst/Makefile	2015-11-08 15:30:56 UTC (rev 20688)
@@ -10,12 +10,14 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Implementation of Apples Bonjour for GNUstep
+
 LICENSE=	lgpl
 
-USE_GNUSTEP=	yes
+DEPRECATED=	not supported on modern gnustep
+
+USES=		gnustep
+USE_GNUSTEP=	back build
 USE_GNUSTEP_PREFIX=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
 



More information about the Midnightbsd-cvs mailing list