diff options
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 773fbc8..e5b0fd9 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -37,7 +37,8 @@ PREFIX?= ${X11BASE} .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd +BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd +RUN_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp-freebsd .endif .if ${XFREE86_VERSION} == 3 |