BROKEN: Broken pkg-plist

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-17 22:48:49 +00:00
parent e9cb0e0ba3
commit 9145ddd119
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118213
2 changed files with 9 additions and 1 deletions

View file

@ -47,6 +47,12 @@ DEMOFILES= Makefile demo.c
DEMOFILES+= demo.bin demo.hex demo.pdf demo.srec
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= Broken pkg-plist
.endif
do-build:
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ./domake MAKE=${GMAKE})
@ -77,4 +83,4 @@ do-install:
${PREFIX}/share/doc/avr-libc/examples/twitest; \
done
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}beta-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for remote and centralized audit data collection
BROKEN= Broken pkg-plist
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif