Do not include bsd.port.mk twice

This commit is contained in:
Antoine Brodin 2020-12-08 09:29:23 +00:00
parent b41b144f12
commit 38b62139f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557266

View file

@ -62,4 +62,4 @@ pre-patch:
pre-build: # workaround: configure fails to find the 'rand' function, need to investigate. This patch unbreaks the build.
@${REINPLACE_CMD} -e 's|.*HAVE_RAND.*|#define HAVE_RAND 1|' ${WRKSRC}/Ipopt/src/Common/config.h
.include <bsd.port.mk>
.include <bsd.port.post.mk>