[Midnightbsd-cvs] mports: Makefile: Fix DistributedView dependancy.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 15 13:34:08 EST 2007


Log Message:
-----------
Fix DistributedView dependancy.

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

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


More information about the Midnightbsd-cvs mailing list