[Midnightbsd-cvs] mports: Makefile: Magus is building on io with missing files that are

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 11:12:09 EST 2007


Log Message:
-----------
Magus is building on io with missing files that are included in distributed view.  This port will still fail as distributed view is broken, but it won't try to build it without the files.  This may need fine tuning

Modified Files:
--------------
    mports/lang/etoile-io:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/etoile-io/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L lang/etoile-io/Makefile -L lang/etoile-io/Makefile -u -r1.3 -r1.4
--- lang/etoile-io/Makefile
+++ lang/etoile-io/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	io
 PORTVERSION=	0.1.${SNAPSHOT}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang gnustep
 MASTER_SITES=	http://download.gna.org/etoile/
 LICENSE=        bsd2
@@ -23,7 +23,8 @@
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
-#USE_GNUSTEP_SYSTEM_LIBS+=       XWindowServerKit:${XWINDOWSERVERKIT_PORT}
+#USE_GNUSTEP_SYSTEM_LIBS+=      XWindowServerKit:${XWINDOWSERVERKIT_PORT}
+USE_GNUSTEP_LOCAL_LIBS+=	DistributedView.so:graphics/etoile-distributedview
 
 SNAPSHOT=       20070728
 WRKSRC=	${WRKDIR}/Etoile-0.2/


More information about the Midnightbsd-cvs mailing list