1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

port wants gmp, port gets gmp

Noticed by: bento
This commit is contained in:
Edwin Groothuis 2002-11-24 01:12:46 +00:00
parent af8d4205cb
commit 4a76985dbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70928

View File

@ -26,4 +26,10 @@ CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \
--with-avcall-dir=${LOCALBASE}/lib \
--with-avcall-inc=${LOCALBASE}/include
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
.endif
.include <bsd.port.post.mk>