On 24.09.2013 14:58, Boris Samorodov wrote:
24.09.2013 22:13, Chess Griffin пишет:
CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include ${CFLAGS} \
Seems that the closing " is missing.
Yes, thank you for bringing that to my attention. Fixed.
A note about:
RUN_DEPENDS=${BUILD_DEPENDS}
24.09.2013 22:13, Chess Griffin пишет:
> CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include ${CFLAGS} \
Seems that the closing " is missing.
A note about:
> RUN_DEPENDS= ${BUILD_DEPENDS}
As per the FreeBSD Porter's Handbook (5.8.2. RUN_DEPENDS)
it should be RUN_DEPENDS:=${BUILD_DEPENDS}
--