Larbin is using makedepend, which is part of devel/imake or devel/imake-4

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-16 00:08:05 +00:00
parent e781a319dc
commit 27e73618d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70212

View file

@ -20,6 +20,14 @@ USE_REINPLACE= yes
PATCH_WRKSRC= ${WRKSRC}/src
MAKE_ARGS= CXX=${CXX}
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake
.else
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/imake-4
.endif
post-patch:
@${SED} -e 's,CC=,CC?=,' -e 's,CFLAGS=-O3,CFLAGS+=,' < \
${WRKSRC}/adns/Makefile > ${WRKSRC}/adns/Makefile.new
@ -55,4 +63,4 @@ post-install:
@${ECHO} ""
@${ECHO} "====================================================================="
.include <bsd.port.mk>
.include <bsd.port.post.mk>