Index: head/ports-mgmt/pib/Makefile =================================================================== --- head/ports-mgmt/pib/Makefile (revision 118412) +++ head/ports-mgmt/pib/Makefile (revision 118413) @@ -1,26 +1,32 @@ # New ports collection makefile for: pib # Date created: 30 December 1996 # Whom: Mike Smith # # $FreeBSD$ # PORTNAME= pib PORTVERSION= 1.2 CATEGORIES= sysutils tk82 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= msmith MAINTAINER= .@babolo.ru COMMENT= GUI Ports Collection management tool BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib -.include +.include Property changes on: head/ports-mgmt/pib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/sysutils/pib/Makefile =================================================================== --- head/sysutils/pib/Makefile (revision 118412) +++ head/sysutils/pib/Makefile (revision 118413) @@ -1,26 +1,32 @@ # New ports collection makefile for: pib # Date created: 30 December 1996 # Whom: Mike Smith # # $FreeBSD$ # PORTNAME= pib PORTVERSION= 1.2 CATEGORIES= sysutils tk82 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= msmith MAINTAINER= .@babolo.ru COMMENT= GUI Ports Collection management tool BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib -.include +.include Property changes on: head/sysutils/pib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property