Index: head/ports-mgmt/pkg_cleanup/Makefile =================================================================== --- head/ports-mgmt/pkg_cleanup/Makefile (revision 288151) +++ head/ports-mgmt/pkg_cleanup/Makefile (revision 288152) @@ -1,39 +1,42 @@ # New ports collection makefile for: pkg_cleanup # Date created: 02 November 2007 # Whom: Stephen Hurd # # $FreeBSD$ # PORTNAME= pkg_cleanup PORTVERSION= 1.1 CATEGORIES= ports-mgmt DISTFILES= MAINTAINER= shurd@sasktel.net COMMENT= Interactive program for deinstalling 'leaf' packages MAN1= pkg_cleanup.1 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup .include .if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038 IGNORE= requires r223289 or higher to compile .endif +.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 +BROKEN= Does not build on powerpc-9: undefined reference to `sqrt' +.endif do-extract: ${MKDIR} ${WRKSRC} ${CP} -R ${FILESDIR}/* ${WRKSRC} do-build: make -C ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkg_cleanup ${PREFIX}/sbin/pkg_cleanup ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/ports-mgmt/pkg_cleanup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property