Index: head/sysutils/ipsc/Makefile =================================================================== --- head/sysutils/ipsc/Makefile (revision 96404) +++ head/sysutils/ipsc/Makefile (revision 96405) @@ -1,43 +1,47 @@ # New ports collection makefile for: ipsc # Date created: 31 October 1999 # Whom: Jeremy Shaffner # # $FreeBSD$ # PORTNAME= ipsc PORTVERSION= 0.4.2 CATEGORIES= sysutils gnome MASTER_SITES= http://ipsc.sourceforge.net/dist/ipsc/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= jeremy@external.org COMMENT= An IP Subnet Calculator BUILD_DEPENDS= ${PORTSDIR}/sysutils/prips/work/prips/prips.o:${PORTSDIR}/sysutils/prips:build WRKSRC= ${WRKDIR}/ipsc/src WANT_GNOME= yes .include .if defined(HAVE_GNOME) USE_X_PREFIX= yes USE_GNOME= yes ALL_TARGET= all .else ALL_TARGET= ipsc .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-extract: @${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../prips/work/prips \ ${WRKDIR}/prips do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin .if defined(HAVE_GNOME) ${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin .endif .include Property changes on: head/sysutils/ipsc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property