[Midnightbsd-cvs] mports: Makefile: switch to bison build depends only.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 17:14:10 EDT 2008


Log Message:
-----------
switch to bison build depends only.  USE_LDCONFIG

Modified Files:
--------------
    mports/devel/libIDL:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/libIDL/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/libIDL/Makefile -L devel/libIDL/Makefile -u -r1.3 -r1.4
--- devel/libIDL/Makefile
+++ devel/libIDL/Makefile
@@ -2,6 +2,7 @@
 # Date Created:			12 February 2002
 # Whom:				Maxim Sobolev <sobomax at FreeBSD.org>
 #
+# $MidnightBSD$
 # $FreeBSD: ports/devel/libIDL/Makefile,v 1.40 2006/07/24 15:03:26 ahze Exp $
 #    $MCom: ports/devel/libIDL/Makefile,v 1.5 2006/07/24 14:11:11 ahze Exp $
 
@@ -15,11 +16,12 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A library for creating trees of CORBA IDL files
 LICENSE=        lgpl
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_BISON=	yes
+USE_BISON=	build
 USE_GNOME=	gnomehack glib20
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \


More information about the Midnightbsd-cvs mailing list