[Midnightbsd-cvs] mports: Makefile: Shared library wouldn't be installed right without

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 20 02:39:34 EDT 2007


Log Message:
-----------
Shared library wouldn't be installed right without NO_FILTER_SHLIBS

Modified Files:
--------------
    mports/deskutils/etoile-extendedworkspacekit:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/etoile-extendedworkspacekit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldeskutils/etoile-extendedworkspacekit/Makefile -Ldeskutils/etoile-extendedworkspacekit/Makefile -u -r1.1 -r1.2
--- deskutils/etoile-extendedworkspacekit/Makefile
+++ deskutils/etoile-extendedworkspacekit/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	extendedworkspacekit
 PORTVERSION=	0.1.${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	dinoex
@@ -26,6 +27,7 @@
 USE_GNUSTEP_SYSTEM_LIBS+=	TrackerKit:${TRACKERKIT_PORT}
 DEFAULT_LIBVERSION=	0.1
 USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
+NO_FILTER_SHLIBS=	yes
 
 SNAPSHOT=	20061221
 WRKSRC=	${WRKDIR}/Etoile/


More information about the Midnightbsd-cvs mailing list