[Midnightbsd-cvs] mports: Makefile: remove no filter shlib hack

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 18:45:54 EDT 2007


Log Message:
-----------
remove no filter shlib hack

Modified Files:
--------------
    mports/audio/portaudio:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/portaudio/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Laudio/portaudio/Makefile -Laudio/portaudio/Makefile -u -r1.1 -r1.2
--- audio/portaudio/Makefile
+++ audio/portaudio/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	portaudio
 PORTVERSION=	18.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://www.portaudio.com/archives/
 DISTNAME=	${PORTNAME}_v${PORTVERSION:S/./_/}
@@ -19,8 +19,7 @@
 USE_ZIP=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
-NO_FILTER_SHLIBS=yes
+USE_LDCONFIG=	yes
 
 PLIST_SUB+=	SHLIB_VERSION=${SHLIB_VERSION}
 SHLIB_VERSION=	0


More information about the Midnightbsd-cvs mailing list