[Midnightbsd-cvs] mports: Makefile: Apparently the so is redundant

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 15 11:30:16 EST 2007


Log Message:
-----------
Apparently the so is redundant

Modified Files:
--------------
    mports/graphics/etoile-distributedview:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/etoile-distributedview/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L graphics/etoile-distributedview/Makefile -L graphics/etoile-distributedview/Makefile -u -r1.6 -r1.7
--- graphics/etoile-distributedview/Makefile
+++ graphics/etoile-distributedview/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	distributedview
 PORTVERSION=	0.1.${SNAPSHOT}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/etoile/
 LICENSE=        gpl2
@@ -26,7 +26,7 @@
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
-USE_GNUSTEP_LOCAL_LIBS+=        EtoileUI.so:deskutils/etoile-ui
+USE_GNUSTEP_LOCAL_LIBS+=        EtoileUI:deskutils/etoile-ui
 
 SNAPSHOT=       20070728
 WRKSRC=	${WRKDIR}/Etoile-0.2/


More information about the Midnightbsd-cvs mailing list