From d406455770b4102db8221c938acee0ba9ec1d7cf Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 19 Dec 2003 10:53:50 +0000 Subject: Mark as broken on gcc3.3 due to the usual line continuation problems. Notified maintainer. --- devel/libchipcard/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'devel/libchipcard') diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile index 459973550d2a..14d165a5f7e1 100644 --- a/devel/libchipcard/Makefile +++ b/devel/libchipcard/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libchipcard MAINTAINER= martin@libchipcard.de -COMMENT= "A library for easy access to chipcards." +COMMENT= "A library for easy access to chipcards" LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite @@ -29,8 +29,14 @@ MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 \ MAN5= libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5 +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: @${INSTALL_SCRIPT} ${WRKSRC}/freebsd/chipcardd.sh ${PREFIX}/etc/rc.d @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE} -.include +.include -- cgit v1.2.3