1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on 5.x: Does not compile

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 01:38:44 +00:00
parent c10f74862f
commit cfa56d8063
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118397

View File

@ -26,6 +26,12 @@ PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-patch:
@${LN} -s dgd ${WRKDIR}/dgd+net
@${MKDIR} ${WRKDIR}/dgd/bin
@ -43,4 +49,4 @@ do-install:
@${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
| ${TAR} -C ${PREFIX} -xpf -
.include <bsd.port.mk>
.include <bsd.port.post.mk>