[Midnightbsd-cvs] CVS Commit: Makefile: remove commented out code fix $MidnightBSD$

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 10 11:59:02 EDT 2007


Log Message:
-----------
remove commented out code
fix $MidnightBSD$

Modified Files:
--------------
    mports/databases/p5-DBD-Pg:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/p5-DBD-Pg/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldatabases/p5-DBD-Pg/Makefile -Ldatabases/p5-DBD-Pg/Makefile -u -r1.1 -r1.2
--- databases/p5-DBD-Pg/Makefile
+++ databases/p5-DBD-Pg/Makefile
@@ -2,7 +2,7 @@
 # Date created:				June 17th 1997
 # Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
 #
-# $MidnightBSD
+# $MidnightBSD$
 # $FreeBSD: ports/databases/p5-DBD-Pg/Makefile,v 1.69 2006/05/14 17:19:16 leeym Exp $
 #
 
@@ -38,10 +38,6 @@
 
 .include <bsd.port.pre.mk>
 
-#.if ${PERL_LEVEL} < 500600
-#IGNORE=		needs DBI 1.38 which needs perl 5.6, install lang/perl5.8 and try again
-#.endif
-
 PG_CONFIG=	${LOCALBASE}/bin/pg_config
 CONFIGURE_ENV+=	POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
 		POSTGRES_LIB=`${PG_CONFIG} --libdir`


More information about the Midnightbsd-cvs mailing list