[Midnightbsd-cvs] mports: Makefile: This seems to have a lot of trouble on magus.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 26 16:17:51 EDT 2008


Log Message:
-----------
This seems to have a lot of trouble on magus.  I'm wondering if it needs an older version of TCL/TK.  Set it explicitly to 84

Modified Files:
--------------
    mports/ports-mgmt/pib:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ports-mgmt/pib/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L ports-mgmt/pib/Makefile -L ports-mgmt/pib/Makefile -u -r1.4 -r1.5
--- ports-mgmt/pib/Makefile
+++ ports-mgmt/pib/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	pib
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ports-mgmt tk
 MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
 MASTER_SITE_SUBDIR=	msmith
@@ -16,10 +16,10 @@
 COMMENT=	GUI Ports Collection management tool
 LICENSE=	bsd2
 
-USE_TCL=	yes
-USE_TCL_BUILD=	yes
-USE_TK=		yes
-USE_TK_BUILD=	yes
+USE_TCL=	84
+USE_TCL_BUILD=	84
+USE_TK=		84
+USE_TK_BUILD=	84
 
 .include <bsd.port.pre.mk>
 


More information about the Midnightbsd-cvs mailing list